mirror of
https://github.com/movie-web/movie-web.git
synced 2025-01-28 02:25:26 +01:00
Fix
This commit is contained in:
parent
7159b76344
commit
a652be9a86
@ -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…
x
Reference in New Issue
Block a user