diff --git a/widget/src/helpers.rs b/widget/src/helpers.rs index 347a4bb7..6ce7d5ed 100644 --- a/widget/src/helpers.rs +++ b/widget/src/helpers.rs @@ -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)),