Adjust background colors in iced widget

This commit is contained in:
Héctor Ramón Jiménez 2025-11-25 21:28:31 +01:00
parent 3602c439f8
commit 2f25bb1e0f
No known key found for this signature in database
GPG key ID: 7CC46565708259A7

View file

@ -1866,7 +1866,7 @@ where
.style(move |_| container::Style {
background: Some(
Linear::new(Radians::PI / 4.0)
.add_stop(0.0, color!(0x2820ff))
.add_stop(0.0, color!(0x0033ff))
.add_stop(1.0, color!(0x1177ff))
.into()
),