mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Change tertiary button to use link text color
CURA-7627
This commit is contained in:
parent
d8427b4109
commit
955b2950e8
3 changed files with 3 additions and 4 deletions
|
|
@ -12,7 +12,7 @@ Cura.ActionButton
|
|||
shadowEnabled: true
|
||||
shadowColor: enabled ? UM.Theme.getColor("secondary_button_shadow"): UM.Theme.getColor("action_button_disabled_shadow")
|
||||
color: "transparent"
|
||||
textColor: UM.Theme.getColor("secondary_button_text")
|
||||
textColor: UM.Theme.getColor("text_link")
|
||||
outlineColor: "transparent"
|
||||
disabledColor: UM.Theme.getColor("action_button_disabled")
|
||||
textDisabledColor: UM.Theme.getColor("action_button_disabled_text")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue