Skip to content

Commit

Permalink
✨ feat: 회원가입 기능추가 및 UI 수정 #33 #31
Browse files Browse the repository at this point in the history
  • Loading branch information
young-02 committed Feb 23, 2023
1 parent 2b7f7d9 commit f1f1b4b
Show file tree
Hide file tree
Showing 4 changed files with 185 additions and 362 deletions.
4 changes: 2 additions & 2 deletions components/post-list/Comment/CommentWrite.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export default function CommentWrite({ path }) {
<CustomButton
backgoundColor="#206EFB"
fontColor="#fff"
fontSize="1"
fontSize="20"
paddingRow="1.25"
paddingColumns="0.4"
onClick={addComment}
Expand Down Expand Up @@ -105,6 +105,6 @@ const CommentForm = styled.div`
font-size: 0.875rem;
margin-right: 0.625rem;
border-radius: 0.4rem;
border: 0.0625rem solid #868e96;
border:0.0625rem solid #868E96
}
`;
1 change: 0 additions & 1 deletion components/ui/CustomButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,4 @@ const Button = styled.button<CustomButtonProps>`
border-radius: 0.625rem;
cursor: pointer;
border: ${(props) => props.border};
font-size: ${(props) => props.fontSize}rem;
`;
Loading

0 comments on commit f1f1b4b

Please sign in to comment.