From a23f7782b2a09a7443d76bd086ce698d932739bf Mon Sep 17 00:00:00 2001 From: Connor McEwen Date: Fri, 26 Aug 2022 14:40:33 -0400 Subject: [PATCH] fix: widget module color (#4513) --- src/theme/widget.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/theme/widget.ts b/src/theme/widget.ts index a8fb394c4b..df042e8d5b 100644 --- a/src/theme/widget.ts +++ b/src/theme/widget.ts @@ -22,7 +22,7 @@ export const DARK_THEME = { // surface container: colorsDark.backgroundSurface, interactive: colorsDark.backgroundInteractive, - module: colorsDark.backgroundModule, + module: colorsDark.backgroundInteractive, accent: colorsDark.accentAction, dialog: colorsDark.backgroundBackdrop, outline: colorsDark.backgroundOutline,