fix: widget module color (#4513)
This commit is contained in:
parent
723db9d0ea
commit
a23f7782b2
@ -22,7 +22,7 @@ export const DARK_THEME = {
|
|||||||
// surface
|
// surface
|
||||||
container: colorsDark.backgroundSurface,
|
container: colorsDark.backgroundSurface,
|
||||||
interactive: colorsDark.backgroundInteractive,
|
interactive: colorsDark.backgroundInteractive,
|
||||||
module: colorsDark.backgroundModule,
|
module: colorsDark.backgroundInteractive,
|
||||||
accent: colorsDark.accentAction,
|
accent: colorsDark.accentAction,
|
||||||
dialog: colorsDark.backgroundBackdrop,
|
dialog: colorsDark.backgroundBackdrop,
|
||||||
outline: colorsDark.backgroundOutline,
|
outline: colorsDark.backgroundOutline,
|
||||||
|
Loading…
Reference in New Issue
Block a user