fix: define brand color via @theme for tailwind v4 compat
This commit is contained in:
parent
ce4411b13b
commit
7e3c651db7
File diff suppressed because one or more lines are too long
|
|
@ -2,3 +2,7 @@
|
|||
|
||||
@source "../src/**/*.{ts,html,ejs}";
|
||||
@source "../src/dashboard/**/*.{html,js}";
|
||||
|
||||
@theme {
|
||||
--color-brand: #3b82f6;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue