fix: applet & cosmic-sctk example
This commit is contained in:
parent
e279566481
commit
3245ff1b0e
2 changed files with 2 additions and 14 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.into()),
|
||||
text_color: Some(theme.cosmic().background.on.into()),
|
||||
background: Some(Color::from(theme.cosmic().background.base).into()),
|
||||
border_radius: 12.0,
|
||||
border_width: 0.0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue