Fix sliders background color

This commit is contained in:
thomas 2025-04-24 14:43:06 +02:00
parent 1213858489
commit 8a9dc083ab

View File

@ -497,7 +497,7 @@ impl std::default::Default for Palette {
background: color::GREEN,
border: color::GREEN,
rail_border: None,
rail_backgrounds: (color::GREEN, color::TRANSPARENT),
rail_backgrounds: (color::GREEN, color::BLACK),
},
progress_bars: ProgressBars {
bar: color::GREEN,