Skip to content

Commit 4c5f883

Browse files
committed
fix: amber color issue
1 parent 33a6d8c commit 4c5f883

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tailwind.config.cjs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@ module.exports = {
4747
accent: '#0cdc73',
4848
secondaccent: '#0dfc85',
4949
},
50-
amber: '#b45309',
50+
amber: {
51+
DEFAULT: '#b45309',
52+
},
5153
'amber-light': '#f59e0b',
5254
},
5355
typography: ({ theme }) => ({

0 commit comments

Comments
 (0)