fix: icon color when window is maximized
This commit is contained in:
parent
a44cff8011
commit
6caccaba33
2 changed files with 2 additions and 2 deletions
|
|
@ -307,7 +307,7 @@ impl DefaultStyle for Theme {
|
|||
fn default_style(&self) -> Appearance {
|
||||
let cosmic = self.cosmic();
|
||||
Appearance {
|
||||
icon_color: cosmic.bg_color().into(),
|
||||
icon_color: cosmic.on_bg_color().into(),
|
||||
background_color: cosmic.bg_color().into(),
|
||||
text_color: cosmic.on_bg_color().into(),
|
||||
}
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@ pub mod application {
|
|||
iced::theme::Style {
|
||||
background_color: cosmic.bg_color().into(),
|
||||
text_color: cosmic.on_bg_color().into(),
|
||||
icon_color: cosmic.bg_color().into(),
|
||||
icon_color: cosmic.on_bg_color().into(),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue