mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 14:34:01 -06:00
Apply right theme colors for secondary button
CURA-9014
This commit is contained in:
parent
a5098f469b
commit
dbcf571340
1 changed files with 2 additions and 1 deletions
|
@ -12,7 +12,8 @@ Cura.ActionButton
|
|||
color: UM.Theme.getColor("secondary_button")
|
||||
textColor: UM.Theme.getColor("secondary_button_text")
|
||||
outlineColor: UM.Theme.getColor("border_accent_1")
|
||||
disabledColor: UM.Theme.getColor("action_button_disabled")
|
||||
disabledColor: UM.Theme.getColor("secondary_button")
|
||||
textDisabledColor: UM.Theme.getColor("action_button_disabled_text")
|
||||
hoverColor: UM.Theme.getColor("secondary_button_hover")
|
||||
outlineDisabledColor: UM.Theme.getColor("action_button_disabled_text")
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue