Skip to content

Commit

Permalink
design: tertiary 색상 추가#39
Browse files Browse the repository at this point in the history
  • Loading branch information
bottlewook committed Jan 6, 2024
1 parent d4caa9b commit ec3a103
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@
--gray-200: #979C9E;
--gray-300: #72777A;
--gray-400: #404446;
--tertiary: #7A7A7A;
--black: #090A0A;
--white: #EEE;
--white: #FFF
}

body {
Expand Down
1 change: 1 addition & 0 deletions src/styles/colorPalette.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export const colors = {
gray200: 'var(--gray-200) ',
gray300: 'var(--gray-300)',
gray400: 'var(--gray-400)',
tertiary: 'var(--tertiary',
black: 'var(--black)',
white: 'var(--white)',
};
Expand Down

0 comments on commit ec3a103

Please sign in to comment.