fix progress bar background

This commit is contained in:
edouard 2023-04-05 12:43:44 +02:00
parent 85f6849242
commit 291895e5ff

View File

@ -808,7 +808,7 @@ impl progress_bar::StyleSheet for Theme {
type Style = ProgressBar;
fn appearance(&self, _style: &Self::Style) -> progress_bar::Appearance {
progress_bar::Appearance {
background: iced::Color::TRANSPARENT.into(),
background: color::GREY.into(),
bar: color::GREEN.into(),
border_radius: 10.0,
}