adjust colors

This commit is contained in:
edwloef 2025-04-27 13:02:01 +02:00 committed by Héctor Ramón Jiménez
parent 1305d3c00f
commit a7a36c28f4
No known key found for this signature in database
GPG key ID: 7CC46565708259A7

View file

@ -1869,8 +1869,8 @@ where
.style(move |_| container::Style {
background: Some(
Linear::new(Radians::PI / 4.0)
.add_stop(0.0, color!(0x3300ff))
.add_stop(1.0, color!(0x00a3ff))
.add_stop(0.0, color!(0x2820ff))
.add_stop(1.0, color!(0x1177ff))
.into()
),
border: border::rounded(radius(text_size * 0.4)),