fix(applet): appearance
This commit is contained in:
parent
a449a52dee
commit
ccca0e5193
4 changed files with 724 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue