fix(applet): appearance

This commit is contained in:
Ashley Wulber 2023-02-22 11:56:43 -05:00 committed by Jeremy Soller
parent a449a52dee
commit ccca0e5193
4 changed files with 724 additions and 1 deletions

View file

@ -131,7 +131,7 @@ impl CosmicAppletHelper {
Container::<Message, Renderer>::new(Container::<Message, Renderer>::new(content).style(
crate::theme::Container::Custom(|theme| Appearance {
text_color: Some(theme.cosmic().on_bg_color().into()),
text_color: Some(theme.cosmic().on.into()),
background: Some(theme.extended_palette().background.base.color.into()),
border_radius: 12.0,
border_width: 0.0,