Closed wjsdncl closed 5 days ago
이 변경 사항은 색상 상수를 정의하는 새로운 파일 constants/colors.ts
의 추가와 함께, CSS 변수로 색상을 관리하는 새로운 선언을 global.css
에 도입합니다. 또한, tailwind.config.js
파일에서 색상 정의가 CSS 변수 참조로 업데이트되어, 전체 애플리케이션에서 색상 관리의 일관성을 높입니다. 이로 인해 색상 테마의 유연성이 향상됩니다.
파일 | 변경 요약 |
---|---|
constants/colors.ts | CSS 변수 참조를 사용하여 색상 상수를 정의하고 기본 객체로 내보내는 새로운 파일 생성. 상수: primary, secondaryYellow, secondaryRed, white, black, gray5~gray90. |
global.css | 색상 관리용 CSS 변수 정의를 위한 새로운 :root 선언 추가. 변수: --color-primary, --color-secondary-yellow, --color-secondary-red, --color-gray-5~--color-gray-90. |
tailwind.config.js | 색상 정의를 정적 값에서 CSS 변수 참조로 변경. primary, secondary, white, black 및 gray 색상 업데이트. |
tailwind.config.js
의 변경 사항은 constants/colors.ts
의 새로운 색상 상수와 동일한 색상 정의(주요, 보조 및 다양한 회색 음영)를 포함하는 구조화된 색상 팔레트를 추가합니다.🐰 변화의 색깔, 빛나는 꿈,
새로운 상수로 세상에 숨,
CSS 변수로 더 자유롭게,
우리의 코드가 춤추게! 🌈
색상 관리, 이제는 쉽게,
Rabbit의 기쁨, 함께 나누게!
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
📝 PR 설명
color={colors.gray65}
Summary by CodeRabbit
새로운 기능
버그 수정