This commit is contained in:
Isra 2024-03-06 10:59:29 -06:00
parent 7159b76344
commit a652be9a86
1 changed files with 5 additions and 4 deletions

View File

@ -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,