mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-20 14:37:43 +01:00
Fix
This commit is contained in:
parent
7159b76344
commit
a652be9a86
1 changed files with 5 additions and 4 deletions
|
@ -105,6 +105,11 @@ export const defaultTheme = {
|
||||||
accentB: tokens.blue.c300,
|
accentB: tokens.blue.c300,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
// Modals
|
||||||
|
modal: {
|
||||||
|
background: tokens.shade.c800,
|
||||||
|
},
|
||||||
|
|
||||||
// light bar
|
// light bar
|
||||||
lightBar: {
|
lightBar: {
|
||||||
light: tokens.blue.c400,
|
light: tokens.blue.c400,
|
||||||
|
@ -246,10 +251,6 @@ export const defaultTheme = {
|
||||||
link: tokens.purple.c100,
|
link: tokens.purple.c100,
|
||||||
},
|
},
|
||||||
|
|
||||||
utils: {
|
|
||||||
divider: tokens.ash.c300,
|
|
||||||
},
|
|
||||||
|
|
||||||
// Error page
|
// Error page
|
||||||
errors: {
|
errors: {
|
||||||
card: tokens.shade.c800,
|
card: tokens.shade.c800,
|
||||||
|
|
Loading…
Reference in a new issue