Skip to content

Commit

Permalink
chore: 커스텀 색상 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
pipisebastian committed Feb 4, 2024
1 parent 892d0db commit 14fb11e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/theme/foundations/colors.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
const colors = {};
const colors = {
green: '#415940',
green_dark: '#304030',
orange_light: '#FDCBBD',
orange: '#FD9E7D',
orange_dark: '#F68564',
};

export default colors;

0 comments on commit 14fb11e

Please sign in to comment.