We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d923068 + 4c5f883 commit d357be8Copy full SHA for d357be8
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