Skip to content

Commit

Permalink
Added font color focus required by 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
noidexe committed Nov 1, 2021
1 parent c984da1 commit 6fb2c47
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions scenes/Main.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -10678,8 +10678,9 @@ shadow_size = 3
[sub_resource type="Theme" id=1592]
BoxContainer/constants/separation = 3
Button/colors/font_color = Color( 0.25, 0.25, 0.25, 1 )
Button/colors/font_color_disabled = Color( 0, 0, 0, 0.3 )
Button/colors/font_color_hover = Color( 0.15, 0.15, 0.15, 1 )
Button/colors/font_color_disabled = Color( 0, 0, 0, 0.301961 )
Button/colors/font_color_focus = Color( 0.14902, 0.14902, 0.14902, 1 )
Button/colors/font_color_hover = Color( 0.14902, 0.14902, 0.14902, 1 )
Button/colors/font_color_pressed = Color( 0.13, 0.44, 1, 1 )
Button/colors/icon_color_hover = Color( 1.45, 1.45, 1.45, 1 )
Button/colors/icon_color_pressed = Color( 0.455, 1.54, 3.5, 1 )
Expand Down Expand Up @@ -12021,8 +12022,8 @@ margin_right = 860.0
margin_bottom = 560.0
size_flags_horizontal = 3
size_flags_vertical = 3
custom_styles/normal = SubResource( 1593 )
custom_colors/default_color = Color( 0.54902, 0.94902, 0.27451, 1 )
custom_styles/normal = SubResource( 1593 )
bbcode_enabled = true
bbcode_text = "[center][wave]Updating news...[/wave][/center]"
text = "Updating news..."
Expand Down

0 comments on commit 6fb2c47

Please sign in to comment.