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] 색상, 그래디언트 재정의 #40

Merged
merged 3 commits into from
Jul 26, 2024
Merged

[design] 색상, 그래디언트 재정의 #40

merged 3 commits into from
Jul 26, 2024

Conversation

darkdulgi
Copy link
Collaborator

#️⃣ 연관 이슈

📝 작업 내용

명세서 제너럴 컴포넌트에 정의된 색상 팔레트를 tailwind 키워드로 쓸 수 있게 재정의했습니다. 흑백 색상 키워드가 gray가 아닌 neutral임에 주의해주세요. 다만 검정색은 그냥 black입니다.
그리고 디자인에서 가장 많이 보이는 청록-파랑 그래디언트를 graphic-gradient 키워드로 재사용할 수 있게 했습니다. 명세서 피그마에선 여러 그래디언트가 정의되어 있는데 이것 말고는 거의 쓰이지 않아서 재사용할 만한건 청록-파랑 정도네요.

@darkdulgi darkdulgi added the style 스타일(css) 수정 label Jul 26, 2024
Copy link
Collaborator

@lybell-art lybell-art left a comment

Choose a reason for hiding this comment

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

수고하셨습니다:)

@@ -1,11 +1,15 @@
/** @type {import('tailwindcss').Config} */
import redefinedStyles from "./tailwind.redefine.js";
Copy link
Collaborator

Choose a reason for hiding this comment

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

다른 파일로 분리해서 커스텀 스타일을 관리하는 것 아주 좋습니다.

@lybell-art lybell-art linked an issue Jul 26, 2024 that may be closed by this pull request
10 tasks
@darkdulgi darkdulgi merged commit 94c1b4c into dev Jul 26, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
style 스타일(css) 수정
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[design] 폰트, 색상 재정의
2 participants