fix: panel appearance
This commit is contained in:
parent
1bf1b39bff
commit
d25bd34fb6
1 changed files with 2 additions and 2 deletions
|
|
@ -161,8 +161,8 @@ pub(crate) fn style<
|
|||
inner.backgrounds.as_slice(),
|
||||
match panel_config.background {
|
||||
CosmicPanelBackground::ThemeDefault => Some(0),
|
||||
CosmicPanelBackground::Dark => Some(1),
|
||||
CosmicPanelBackground::Light => Some(2),
|
||||
CosmicPanelBackground::Light => Some(1),
|
||||
CosmicPanelBackground::Dark => Some(2),
|
||||
CosmicPanelBackground::Color(_) => None,
|
||||
},
|
||||
Message::Appearance,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue