Let Tertiary button have its own hover entry.

Secondary button entries should not be re-used here.

part of CURA-8012
This commit is contained in:
Remco Burema 2021-07-06 09:37:48 +02:00
parent a42fee4834
commit acf3f2d02a
No known key found for this signature in database
GPG key ID: 215C49431D43F98C
3 changed files with 5 additions and 1 deletions

View file

@ -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")
}