fix: widget module color (#4513)

This commit is contained in:
Connor McEwen 2022-08-26 14:40:33 -04:00 committed by GitHub
parent 723db9d0ea
commit a23f7782b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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