mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-25 20:01:33 -07:00
CURA-4400 update extruder disabled color
This commit is contained in:
parent
c94d88cd9d
commit
71e631150d
1 changed files with 1 additions and 1 deletions
|
|
@ -151,7 +151,7 @@ Column
|
||||||
control.hovered ? UM.Theme.getColor("action_button_hovered_text") :
|
control.hovered ? UM.Theme.getColor("action_button_hovered_text") :
|
||||||
UM.Theme.getColor("action_button_text");
|
UM.Theme.getColor("action_button_text");
|
||||||
} else {
|
} else {
|
||||||
return UM.Theme.getColor("action_button_disabled");
|
return UM.Theme.getColor("action_button_disabled_text");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue