From 6acdba28aa6e8a9c7c432407366350aa6b9e0dd6 Mon Sep 17 00:00:00 2001 From: Michael Aaron Murphy Date: Mon, 18 Sep 2023 08:07:31 +0200 Subject: [PATCH] fix(theme): standard button background color --- cosmic-theme/src/model/theme.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cosmic-theme/src/model/theme.rs b/cosmic-theme/src/model/theme.rs index c038682e..1411e98a 100644 --- a/cosmic-theme/src/model/theme.rs +++ b/cosmic-theme/src/model/theme.rs @@ -792,7 +792,7 @@ impl ThemeBuilder { ), ), button: Component::component( - bg, + button_bg, accent, on_bg_component, button_hovered_overlay,