-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Issue: 기능 개발
구현 목표
프로젝트 개발시 main-color를 정리하고 가야할 것 같습니다.
세부사항
피그마에 작성된 컬러 이미지입니다.

2~4번 컬러 속성은 추후 자세한 네이밍 설정해야할 것 같습니다.
tailwind.config.js 에 작성된 컬러 속성 입니다.
해당 이미지 소스코드입니다. 복붙하시면 됩니다.
module.exports = {
content: ['./src/**/*.{js,jsx,ts,tsx}'],
theme: {
extend: {
colors: {
'main-color': '#FF626F',
'main-color2': '#FF787D',
'main-color3': '#FF776D',
'main-color4': '#FF928A',
},
},
},
plugins: [],
};
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
