-
Notifications
You must be signed in to change notification settings - Fork 4
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
[마이페이지] style qa를 위한 변경 사항 #399
Changes from all commits
632fc3e
2a19770
7ae922c
007635f
a40522c
3de4b7a
e0913b8
26ae491
9ba3d52
ac652b5
d559cb6
91578a6
1d5b4e3
dc4056d
174e9ea
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ export const TextWrapper = styled.div` | |
|
||
export const Text = styled.div` | ||
${({ theme: { fonts } }) => fonts.heading_01}; | ||
> p { | ||
> span { | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 혹시 span태그로 바꾸신 이유가 뭔지 알 수 있을까요?? 지난 번 합숙 때 기본 p태그는 모바일에선 파란색인 것이라고 호은님께 배웠었는데, 혹시 그때문인지... 만약 이 이유로 바꾸신 것이라면 저도 바꿔야해서요!! There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 흠 그 부분을 상기시켜 한것은 아닙니다! |
||
color: ${({ theme: { colors } }) => colors.P_06}; | ||
} | ||
`; |
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.
글자수까지 신경 써주셨군요!👍