Skip to content

Commit

Permalink
✨ Feat: 회원가입 이메일 기능 추가
Browse files Browse the repository at this point in the history
💄Degign: 회원가입 css
  • Loading branch information
young-02 committed Feb 23, 2023
1 parent dbe9236 commit 2b7f7d9
Show file tree
Hide file tree
Showing 4 changed files with 362 additions and 185 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="20"
fontSize="1"
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: 1 addition & 0 deletions components/ui/CustomButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,5 @@ 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 2b7f7d9

Please sign in to comment.