Browse Source

Fix

pull/985/head
Isra 1 year ago
parent
commit
a652be9a86
  1. 9
      themes/default.ts

9
themes/default.ts

@ -105,6 +105,11 @@ export const defaultTheme = { @@ -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 = { @@ -246,10 +251,6 @@ export const defaultTheme = {
link: tokens.purple.c100,
},
utils: {
divider: tokens.ash.c300,
},
// Error page
errors: {
card: tokens.shade.c800,

Loading…
Cancel
Save