update panel for light mode

This commit is contained in:
Matt Parker
2026-01-30 20:30:49 +10:00
parent eb49bbb2b6
commit dfa9ce921f

View File

@@ -5,19 +5,7 @@ content_margin_left = 0.0
content_margin_top = 0.0
content_margin_right = 0.0
content_margin_bottom = 0.0
bg_color = Color(0.1, 0.1, 0.1, 0.6)
corner_radius_top_left = 3
corner_radius_top_right = 3
corner_radius_bottom_right = 3
corner_radius_bottom_left = 3
corner_detail = 5
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_6e8is"]
content_margin_left = 0.0
content_margin_top = 0.0
content_margin_right = 0.0
content_margin_bottom = 0.0
bg_color = Color(0.1, 0.1, 0.1, 0.6)
bg_color = Color(0.1, 0.1, 0.1, 0.105882354)
corner_radius_top_left = 3
corner_radius_top_right = 3
corner_radius_bottom_right = 3
@@ -33,5 +21,5 @@ Gray600Label/colors/font_color = Color(0.67058825, 0.67058825, 0.67058825, 1)
Gray700Label/base_type = &"Label"
Gray700Label/colors/font_color = Color(0.83137256, 0.83137256, 0.83137256, 1)
Panel/styles/panel = SubResource("StyleBoxFlat_3gh6f")
PanelContainer/styles/panel = SubResource("StyleBoxFlat_6e8is")
PanelContainer/styles/panel = SubResource("StyleBoxFlat_3gh6f")
Tree/colors/font_color = Color(0.83137256, 0.83137256, 0.83137256, 1)