Skip to content

Commit

Permalink
Merge pull request #26 from BDD-CLUB/feature/#23-chakra_ui_커스텀_색상_추가
Browse files Browse the repository at this point in the history
chore: 커스텀 색상 추가
  • Loading branch information
pipisebastian authored Feb 4, 2024
2 parents 892d0db + 14fb11e commit 05c7db2
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 05c7db2

Please sign in to comment.