fix(theme): applets
This commit is contained in:
parent
4eac5c6839
commit
a7097dfb13
1 changed files with 1 additions and 1 deletions
|
|
@ -132,7 +132,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.into()),
|
||||
background: Some(theme.extended_palette().background.base.color.into()),
|
||||
background: Some(Color::from(theme.cosmic().background.base).into()),
|
||||
border_radius: 12.0,
|
||||
border_width: 0.0,
|
||||
border_color: Color::TRANSPARENT,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue