fix : tailwindcss

This commit is contained in:
xion 2025-04-01 23:50:01 +08:00
parent 0a8d7abf9a
commit a857afbb2c
2 changed files with 4 additions and 0 deletions

View File

@ -52,6 +52,8 @@ export const themeOptions: ThemeOptions = {
white: secondaryMain, white: secondaryMain,
}, },
text: { text: {
// primary: '#000000',
// secondary: '#000000',
primary: amber[600], primary: amber[600],
secondary: amber[600], secondary: amber[600],
}, },

View File

@ -3,6 +3,8 @@
@theme { @theme {
--color-primary: #ffc107; --color-primary: #ffc107;
--color-secondary: #ffa000; --color-secondary: #ffa000;
--color-text-primary: #000000;
--color-text-secondary: #000000;
--color-success: #28a745; --color-success: #28a745;
--color-scrollbar-thumb: #999999; --color-scrollbar-thumb: #999999;
--color-scrollbar-track: rgba(0, 0, 0, 0.1); --color-scrollbar-track: rgba(0, 0, 0, 0.1);