diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2022-01-19 21:26:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-19 21:26:30 +0100 |
commit | d3129058b1e0269cbf7fe086299aa632e99ff94b (patch) | |
tree | dc8171361c94a4ed335d98b18630380e8f5dd74f /doc/classes/LinkButton.xml | |
parent | 84f5c7921780e0eccaaeb07c95e18a4ec2ac1d57 (diff) | |
parent | 84a69d7429635984999852b69046706effd2e9ad (diff) |
Merge pull request #51159 from Calinou/improve-default-project-theme
Diffstat (limited to 'doc/classes/LinkButton.xml')
-rw-r--r-- | doc/classes/LinkButton.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/classes/LinkButton.xml b/doc/classes/LinkButton.xml index a20db4d7e9..4377fc1036 100644 --- a/doc/classes/LinkButton.xml +++ b/doc/classes/LinkButton.xml @@ -66,13 +66,13 @@ </constant> </constants> <theme_items> - <theme_item name="font_color" data_type="color" type="Color" default="Color(0.88, 0.88, 0.88, 1)"> + <theme_item name="font_color" data_type="color" type="Color" default="Color(0.875, 0.875, 0.875, 1)"> Default text [Color] of the [LinkButton]. </theme_item> - <theme_item name="font_focus_color" data_type="color" type="Color" default="Color(0.94, 0.94, 0.94, 1)"> + <theme_item name="font_focus_color" data_type="color" type="Color" default="Color(0.95, 0.95, 0.95, 1)"> Text [Color] used when the [LinkButton] is focused. Only replaces the normal text color of the button. Disabled, hovered, and pressed states take precedence over this color. </theme_item> - <theme_item name="font_hover_color" data_type="color" type="Color" default="Color(0.94, 0.94, 0.94, 1)"> + <theme_item name="font_hover_color" data_type="color" type="Color" default="Color(0.95, 0.95, 0.95, 1)"> Text [Color] used when the [LinkButton] is being hovered. </theme_item> <theme_item name="font_outline_color" data_type="color" type="Color" default="Color(1, 1, 1, 1)"> |