From a7a36c28f450b2c7e638ecfd01c4ed99601cfc98 Mon Sep 17 00:00:00 2001 From: edwloef Date: Sun, 27 Apr 2025 13:02:01 +0200 Subject: [PATCH] adjust colors --- widget/src/helpers.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)),