-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[#34] Footer 작업 #37
[#34] Footer 작업 #37
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
수고하셨어용~!
components/reusable/Footer.tsx
Outdated
gap: 30px; | ||
`; | ||
|
||
const WHiteText = styled.div<TextProps>` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
H까지 대문자로 한 이유가 있나요? 정말 궁금해서 ㅋㅋㅋㅋ
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
엌ㅋㅋㅋㅋㅋㅋㅋ오타ㅎㅎㅎ
const WHiteText = styled.div<TextProps>` | ||
color: ${theme.colors.white}; | ||
font-size: ${(props) => | ||
props.size === 'M' ? theme.fontStyles.Text_M.fontSize : theme.fontStyles.Text_L.fontSize}px; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이거 true
일 경우, px
이 안 들어가있어서 그런거 아닐까용?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
{}px 한꺼번에 묶어서 한건데.. 후우움
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
엣 그러네요,,
Summary
Description
Details
To Reviewer
After Work
Reference