Skip to content

Commit 903c14c

Browse files
committed
remove unused tailwind color
1 parent 131c7a5 commit 903c14c

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

tailwind.config.js

+1-5
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,7 @@ module.exports = {
1212
extend: {
1313
colors: {
1414
primary: colors.green,
15-
secondary: {
16-
lighter: '#F29121',
17-
light: '#F8B133',
18-
...colors.emerald
19-
}
15+
secondary: colors.emerald
2016
},
2117
fontFamily: {
2218
sans: ['Inter var', ...fontFamily.sans],

0 commit comments

Comments
 (0)