mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-20 14:37:43 +01:00
fix themePreview
This commit is contained in:
parent
d370e7b850
commit
ed24abc10f
1 changed files with 2 additions and 2 deletions
|
@ -75,8 +75,8 @@ export default createTheme({
|
||||||
extend: {
|
extend: {
|
||||||
colors: {
|
colors: {
|
||||||
themePreview: {
|
themePreview: {
|
||||||
primary: tokens.blue.c500,
|
primary: tokens.black.c80,
|
||||||
secondary: tokens.shade.c700
|
secondary: tokens.black.c100
|
||||||
},
|
},
|
||||||
|
|
||||||
pill: {
|
pill: {
|
||||||
|
|
Loading…
Reference in a new issue