fix : tailwindcss
This commit is contained in:
parent
0a8d7abf9a
commit
a857afbb2c
@ -52,6 +52,8 @@ export const themeOptions: ThemeOptions = {
|
||||
white: secondaryMain,
|
||||
},
|
||||
text: {
|
||||
// primary: '#000000',
|
||||
// secondary: '#000000',
|
||||
primary: amber[600],
|
||||
secondary: amber[600],
|
||||
},
|
||||
|
@ -3,6 +3,8 @@
|
||||
@theme {
|
||||
--color-primary: #ffc107;
|
||||
--color-secondary: #ffa000;
|
||||
--color-text-primary: #000000;
|
||||
--color-text-secondary: #000000;
|
||||
--color-success: #28a745;
|
||||
--color-scrollbar-thumb: #999999;
|
||||
--color-scrollbar-track: rgba(0, 0, 0, 0.1);
|
||||
|
Loading…
x
Reference in New Issue
Block a user