feat(image_button): add optional removable button overlay
This commit is contained in:
parent
9f27d2b7f5
commit
2c445d820f
5 changed files with 206 additions and 103 deletions
|
|
@ -207,6 +207,6 @@ impl StyleSheet for crate::Theme {
|
|||
}
|
||||
|
||||
fn selection_background(&self) -> Background {
|
||||
Background::Color(self.cosmic().bg_color().into())
|
||||
Background::Color(self.cosmic().primary.base.into())
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue