mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 10:06:07 +08:00
Apply right theme colors for secondary button
CURA-9014
This commit is contained in:
parent
a5098f469b
commit
dbcf571340
@ -12,7 +12,8 @@ Cura.ActionButton
|
|||||||
color: UM.Theme.getColor("secondary_button")
|
color: UM.Theme.getColor("secondary_button")
|
||||||
textColor: UM.Theme.getColor("secondary_button_text")
|
textColor: UM.Theme.getColor("secondary_button_text")
|
||||||
outlineColor: UM.Theme.getColor("border_accent_1")
|
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")
|
textDisabledColor: UM.Theme.getColor("action_button_disabled_text")
|
||||||
hoverColor: UM.Theme.getColor("secondary_button_hover")
|
hoverColor: UM.Theme.getColor("secondary_button_hover")
|
||||||
|
outlineDisabledColor: UM.Theme.getColor("action_button_disabled_text")
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user