Remove duplicate color for primary button.

Adjust secondary button colors to account for different colors being used between light and dark themes.

CURA-8688
This commit is contained in:
j.delarago 2022-02-28 12:02:51 +01:00
parent 4871c98451
commit 83661ebd7f
3 changed files with 4 additions and 3 deletions

View file

@ -11,7 +11,7 @@ Cura.ActionButton
{
color: UM.Theme.getColor("secondary_button")
textColor: UM.Theme.getColor("secondary_button_text")
outlineColor: UM.Theme.getColor("secondary_button_text")
outlineColor: UM.Theme.getColor("border_accent_1")
disabledColor: UM.Theme.getColor("action_button_disabled")
textDisabledColor: UM.Theme.getColor("action_button_disabled_text")
hoverColor: UM.Theme.getColor("secondary_button_hover")