fix: iced widget event handling
This commit is contained in:
parent
ba84ee9324
commit
2e08a871be
5 changed files with 67 additions and 71 deletions
|
|
@ -1345,7 +1345,7 @@ impl Decorations<CosmicStackInternal, Message> for DefaultDecorations {
|
|||
};
|
||||
|
||||
iced_widget::container::Style {
|
||||
snap: true,
|
||||
snap: true,
|
||||
icon_color: Some(cosmic_theme.background.on.into()),
|
||||
text_color: Some(cosmic_theme.background.on.into()),
|
||||
background: Some(Background::Color(background.into())),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue