Fixed button colors

This commit is contained in:
2025-10-23 15:05:11 +03:00
parent 6f61be29f1
commit e98c5c751c
15 changed files with 64 additions and 22 deletions
+6 -6
View File
@@ -37,7 +37,7 @@ texture_margin_left = 8.0
texture_margin_top = 8.0
texture_margin_right = 8.0
texture_margin_bottom = 8.0
region_rect = Rect2(48, 0, 48, 32)
region_rect = Rect2(0, 0, 48, 32)
[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_tkt1b"]
content_margin_left = 10.0
@@ -65,14 +65,14 @@ region_rect = Rect2(0, 32, 48, 32)
[resource]
default_font = ExtResource("1_hwy2u")
Button/colors/font_color = Color(0.875, 0.875, 0.875, 1)
Button/colors/font_disabled_color = Color(0.8745098, 0.8745098, 0.8745098, 1)
Button/colors/font_focus_color = Color(0.95, 0.95, 0.95, 1)
Button/colors/font_hover_color = Color(0.95, 0.95, 0.95, 1)
Button/colors/font_color = Color(1, 1, 1, 1)
Button/colors/font_disabled_color = Color(1, 1, 1, 1)
Button/colors/font_focus_color = Color(1, 1, 1, 1)
Button/colors/font_hover_color = Color(1, 1, 1, 1)
Button/colors/font_hover_pressed_color = Color(1, 1, 1, 1)
Button/colors/font_outline_color = Color(0, 0, 0, 1)
Button/colors/font_pressed_color = Color(1, 1, 1, 1)
Button/colors/icon_disabled_color = Color(1, 1, 1, 0.4)
Button/colors/icon_disabled_color = Color(1, 1, 1, 1)
Button/colors/icon_focus_color = Color(1, 1, 1, 1)
Button/colors/icon_hover_color = Color(1, 1, 1, 1)
Button/colors/icon_hover_pressed_color = Color(1, 1, 1, 1)
BIN
View File
Binary file not shown.