We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33a6d8c commit 4c5f883Copy full SHA for 4c5f883
1 file changed
tailwind.config.cjs
@@ -47,7 +47,9 @@ module.exports = {
47
accent: '#0cdc73',
48
secondaccent: '#0dfc85',
49
},
50
- amber: '#b45309',
+ amber: {
51
+ DEFAULT: '#b45309',
52
+ },
53
'amber-light': '#f59e0b',
54
55
typography: ({ theme }) => ({
0 commit comments