Skip to content
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: 디자인시스템(컬러&폰트) #252

Merged
merged 1 commit into from
Aug 18, 2024

Conversation

Eugene-A-01
Copy link
Contributor

개요

  • 디자인 시스템 중 폰트, 컬러hex값 적용해두었습니다.

스크린샷

image

리뷰어에게

  • 폰트, 컬러 디자인시스템 적용해놓았습니다.
  • src/styles 아래 Font.css.ts와 Theme.css.ts 파일에 적용해두었습니다.

사용하실때는 옛날과 같은 방식으로

  • 색상은 : import { vars } from '@/styles/__theme.css'; 한 후 vars.color.skyblue
  • 폰트는 : import * as fonts from '@/styles/__font.css'; 한 후 fonts.header 이런 식으로 사용하시면 됩니다.

그리고 색상의 경우, 피그마와 일치하는 색이 없을 수도 있습니다.

  1. 비슷한 색이 있다면, Color.css.ts에 있는 색을 쓴다. (연한 하늘색이 이미 있네? hex값은 다르지만 color.css.ts에 이미 있는걸 쓰자.)
  2. 아예 비슷한 색이 없다면, Color.css.ts에 색을 추가한 후 사용한다. (오잉 노란색은 없는데?? 추가해서 쓰자.)

ver2.0까지 사용하던 폰트파일과 색상파일은 __Color.css.ts, __Font.css.ts파일로 재명명 해두었으니 더이상 사용하지 말아주세요~!

Copy link

vercel bot commented Aug 11, 2024

@Eugene-A-01 is attempting to deploy a commit to the Eujin Ahn's projects Team on Vercel.

A member of the Team first needs to authorize it.

@Nahyun-Kang Nahyun-Kang deleted the branch 8-Sprinters:dev August 15, 2024 09:00
@Eugene-A-01 Eugene-A-01 reopened this Aug 18, 2024
Copy link
Contributor

@Nahyun-Kang Nahyun-Kang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

유진님 디자인 시스템 구축 감사합니다~🥰 LGTM!

@Eugene-A-01 Eugene-A-01 merged commit f3e2077 into 8-Sprinters:dev Aug 18, 2024
2 of 3 checks passed
@Eugene-A-01 Eugene-A-01 deleted the design/design-system branch August 18, 2024 04:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Design UI 수정
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants