Commit a23f7782 authored by Connor McEwen's avatar Connor McEwen Committed by GitHub

fix: widget module color (#4513)

parent 723db9d0
...@@ -22,7 +22,7 @@ export const DARK_THEME = { ...@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment