fix(headerbar): container style should use accent color for icons

This commit is contained in:
Michael Aaron Murphy 2024-04-26 14:53:11 +02:00 committed by Michael Murphy
parent 8c8dbd1420
commit fe3f9464f7

View file

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