mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 04:54:04 -06:00
Adjust color-scheme for button restyle.
Also changed ligh theme. part of CURA-8012
This commit is contained in:
parent
e5d77a46d6
commit
e3dc5bc460
5 changed files with 23 additions and 30 deletions
|
@ -11,7 +11,7 @@ Cura.ActionButton
|
|||
{
|
||||
color: UM.Theme.getColor("secondary_button")
|
||||
textColor: UM.Theme.getColor("secondary_button_text")
|
||||
outlineColor: "transparent"
|
||||
outlineColor: UM.Theme.getColor("secondary_button_text")
|
||||
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