mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 06:23:59 -06:00
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:
parent
4871c98451
commit
83661ebd7f
3 changed files with 4 additions and 3 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue