From fe3f9464f7df51df774ebd0c87d43c688d3f6359 Mon Sep 17 00:00:00 2001 From: Michael Aaron Murphy Date: Fri, 26 Apr 2024 14:53:11 +0200 Subject: [PATCH] fix(headerbar): container style should use accent color for icons --- src/theme/style/iced.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/theme/style/iced.rs b/src/theme/style/iced.rs index af6ee0ef..5cf9b6c4 100644 --- a/src/theme/style/iced.rs +++ b/src/theme/style/iced.rs @@ -474,7 +474,7 @@ impl container::StyleSheet for Theme { } Container::HeaderBar => container::Appearance { - icon_color: Some(Color::from(cosmic.background.on)), + icon_color: Some(Color::from(cosmic.accent.base)), text_color: Some(Color::from(cosmic.background.on)), background: Some(iced::Background::Color(cosmic.background.base.into())), border: Border {