From e98d81446c02ed015e35f80a1f3d67a77a704432 Mon Sep 17 00:00:00 2001 From: JeremyStarTM Date: Sun, 24 Mar 2024 14:29:10 +0100 Subject: [PATCH] Make button hover color less bright --- sui/themes/Button.tres | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sui/themes/Button.tres b/sui/themes/Button.tres index 5565893..e535547 100644 --- a/sui/themes/Button.tres +++ b/sui/themes/Button.tres @@ -10,7 +10,7 @@ corner_radius_bottom_left = 16 [sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_3w3dx"] [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_u0wf7"] -bg_color = Color(0.992157, 0.0470588, 0.243137, 1) +bg_color = Color(0.945098, 0.0313726, 0.227451, 1) corner_radius_top_left = 16 corner_radius_top_right = 16 corner_radius_bottom_right = 16