Skip to content

Commit c0040d1

Browse files
pkp/pkp-lib#10850 Remove redundant color theme in config before migrating tailwind to v4
1 parent 30dc3c4 commit c0040d1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tailwind.config.js

-3
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ export default {
3636
],
3737
theme: {
3838
backgroundColor: {
39-
...colors,
4039
default: '#EAEDEE',
4140
secondary: '#FFFFFF',
4241
tertiary: 'rgba(234, 237, 238, 0.3)',
@@ -46,15 +45,13 @@ export default {
4645
disabled: 'rgba(28, 27, 31, 0.1)',
4746
},
4847
textColor: {
49-
...colors,
5048
default: '#222222',
5149
secondary: '#505050',
5250
heading: '#01354F',
5351
disabled: '#4E4F4F',
5452
'on-dark': '#FFFFFF',
5553
},
5654
borderColor: {
57-
...colors,
5855
dark: '#696969',
5956
light: '#BBBBBB',
6057
'form-fields': '#777777',

0 commit comments

Comments
 (0)