fix(stack): set correct colors for light theme

This commit is contained in:
Michael Aaron Murphy 2024-02-27 00:29:23 +01:00 committed by Victoria Brekenfeld
parent 21483b8d41
commit d9750ffb76
4 changed files with 45 additions and 13 deletions

View file

@ -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,