Merge #1672: Fix sliders background color

7664567d41e54a79fd62a46077feea3f6ec28196 Fix sliders background color (use light grey) (thomas)
8a9dc083ab5a07cca9a0ddc699d5f5b83bfaf1ad Fix sliders background color (thomas)

Pull request description:

  You can see here the black background for the slider :

  ![Capture d’écran du 2025-04-24 14-39-48](https://github.com/user-attachments/assets/70054cf8-c0b7-4f4c-8eab-bb25117fa832)

  Closes #1670

ACKs for top commit:
  pythcoiner:
    utACK 7664567

Tree-SHA512: 2c0954ab0d4571d19cc84e58f1ba6fe0a66aacdc3a4cd95a90caf3f63768724a3ce98ad47a4ac786519c6eda6f12726299ebd2ac6688da41b7de857916248432
This commit is contained in:
edouardparis 2025-04-28 09:50:05 +02:00
commit 55ccf23f86
No known key found for this signature in database
GPG Key ID: E65F7A089C20DC8F

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::GREY_7),
},
progress_bars: ProgressBars {
bar: color::GREEN,