feat(image_button): add optional removable button overlay

This commit is contained in:
Michael Aaron Murphy 2023-11-15 16:09:17 +01:00 committed by Michael Murphy
parent 9f27d2b7f5
commit 2c445d820f
5 changed files with 206 additions and 103 deletions

View file

@ -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())
}
}