-
Notifications
You must be signed in to change notification settings - Fork 1
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
[DESIGN] 디자인 시스템 세팅 #4
Conversation
- theme.ts에 있던 color와 font를 다른 파일로 분리 - global style 관련 파일을 `global` 폴더로 이동 - theme 관련 파일을 'theme' 폴더로 이동
1526119
to
203b571
Compare
src/styles/theme/color.ts
Outdated
|
||
// Secondary | ||
secondary900: '#66273b', | ||
secondary800: '86334e#', |
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.
여기 #86334e 로 바꿔주세요
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.
오호!!!!!! 찾아주셔서 감사합니다ㅎㅎ
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.
수정 완료했습니당
gray50: '#fbfbfb', | ||
|
||
// etc | ||
bgModal: 'rgba(18, 18, 18, 0.36)', |
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.
여기 18 -> 12로 수정해주세요
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.
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.
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.
수고하셨습니다~
1️⃣ 요약
2️⃣ 참고사항
저희는 그것까지 못하니까 FOIT, FOUT 현상을 최대한 줄일 수 있는 방안이 로컬로 사용하는 방법이라고 판단해 import 대신 다운로드를 받는 방식으로 택했습니다. (근거 있는 소리인지는 잘 모르겠어요..ㅎ)
3️⃣ 리뷰 요구사항