Skip to content

Commit

Permalink
design: gray 100, 200 테마 추가 (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
pipisebastian authored Feb 18, 2024
1 parent 4151fbe commit a2838fd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/theme/foundations/colors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ const colors = {
orange_light: color.orange_light,
orange: color.orange,
orange_dark: color.orange_dark,
gray: {
'100': '#DADADA',
'200': '#9A9A9A',
},
};

export default colors;

0 comments on commit a2838fd

Please sign in to comment.