diff --git a/resources/qml/TertiaryButton.qml b/resources/qml/TertiaryButton.qml index 035b0d1da7..4a352420df 100644 --- a/resources/qml/TertiaryButton.qml +++ b/resources/qml/TertiaryButton.qml @@ -15,5 +15,5 @@ Cura.ActionButton outlineDisabledColor: "transparent" disabledColor: "transparent" textDisabledColor: UM.Theme.getColor("action_button_disabled_text") - hoverColor: UM.Theme.getColor("secondary_button_hover") + hoverColor: UM.Theme.getColor("tertiary_button_hover") } \ No newline at end of file diff --git a/resources/themes/cura-dark/theme.json b/resources/themes/cura-dark/theme.json index 0d6fa2f260..de10488162 100644 --- a/resources/themes/cura-dark/theme.json +++ b/resources/themes/cura-dark/theme.json @@ -20,6 +20,8 @@ "secondary_button_hover": [85, 85, 87, 255], "secondary_button_text": [255, 255, 255, 255], + "tertiary_button_hover": [85, 85, 87, 255], + "icon": [255, 255, 255, 255], "toolbar_background": [39, 44, 48, 255], "toolbar_button_active": [57, 57, 58, 255], diff --git a/resources/themes/cura-light/theme.json b/resources/themes/cura-light/theme.json index 98062746ae..03e5678945 100644 --- a/resources/themes/cura-light/theme.json +++ b/resources/themes/cura-light/theme.json @@ -178,6 +178,8 @@ "secondary_button_hover": [232, 240, 253, 255], "secondary_button_text": [25, 110, 240, 255], + "tertiary_button_hover": [232, 240, 253, 255], + "main_window_header_background": [8, 7, 63, 255], "main_window_header_background_gradient": [25, 23, 91, 255], "main_window_header_button_text_active": [8, 7, 63, 255],