fix(stack): set correct colors for light theme
This commit is contained in:
parent
21483b8d41
commit
d9750ffb76
4 changed files with 45 additions and 13 deletions
|
|
@ -526,8 +526,8 @@ where
|
|||
&theme::Container::custom(|theme| widget::container::Appearance {
|
||||
icon_color: None,
|
||||
text_color: None,
|
||||
background: Some(Background::Color(Color::from(
|
||||
theme.cosmic().palette.neutral_3,
|
||||
background: Some(Background::Color(super::tab::primary_container_color(
|
||||
theme.cosmic(),
|
||||
))),
|
||||
border_radius: 0.0.into(),
|
||||
border_width: 0.0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue