Remove themed color from machinesettings action

Since it's partially in a system themed style, it shouldn't use color.
If it does use color, it gets messed up if the user uses dark theme (white text on
gray background doesn't work)

CURA-7059
This commit is contained in:
Jaime van Kessel 2019-12-23 17:08:48 +01:00
parent 8a9b791298
commit 58a20fc110
No known key found for this signature in database
GPG key ID: 3710727397403C91

View file

@ -97,7 +97,6 @@ Cura.MachineAction
text: Cura.MachineManager.activeMachine.name text: Cura.MachineManager.activeMachine.name
horizontalAlignment: Text.AlignHCenter horizontalAlignment: Text.AlignHCenter
font: UM.Theme.getFont("large_bold") font: UM.Theme.getFont("large_bold")
color: UM.Theme.getColor("text")
renderType: Text.NativeRendering renderType: Text.NativeRendering
} }