Skip to content

Commit

Permalink
chore: 색상 팔레트 추가 (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
HyeryongChoi authored Jul 20, 2023
1 parent c0137f5 commit 2a036e5
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions frontend/src/styles/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,16 @@
const color = {
primary: '#3E5E8E',
secondary: '#7DA3C2',
background: '#F2F5FA',
text: '#333333',
success: '#64B967',
error: '#E74C3C',
// 추가적인 색상 정의
warning: '#E73846',

white: '#FFFFFF',
grey200: '#F2F4F6',
grey300: '#AFB8C1',
grey400: '#8B95A1',
grey500: '#4E5968',
grey600: '#3E4753',
grey700: '#333D4B',
black: '#1C1D20',
};

// 폰트
Expand Down

0 comments on commit 2a036e5

Please sign in to comment.