fix(headerbar): container style should use accent color for icons
This commit is contained in:
parent
8c8dbd1420
commit
fe3f9464f7
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue