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,
|
||||
},
|
||||
|
||||
// Modals
|
||||
modal: {
|
||||
background: tokens.shade.c800,
|
||||
},
|
||||
|
||||
// light bar
|
||||
lightBar: {
|
||||
light: tokens.blue.c400,
|
||||
|
@ -246,10 +251,6 @@ export const defaultTheme = {
|
|||
link: tokens.purple.c100,
|
||||
},
|
||||
|
||||
utils: {
|
||||
divider: tokens.ash.c300,
|
||||
},
|
||||
|
||||
// Error page
|
||||
errors: {
|
||||
card: tokens.shade.c800,
|
||||
|
|
Loading…
Reference in a new issue