Remove monitor_text_primary

It's so close to the text one that it really doesn't make sense to keep it.
Boyscouting the code a bit here

CURA-7745
This commit is contained in:
Jaime van Kessel 2020-10-08 17:31:19 +02:00
parent 910d8ec472
commit 3e67d20890
No known key found for this signature in database
GPG key ID: 3710727397403C91
14 changed files with 28 additions and 30 deletions

View file

@ -12,7 +12,7 @@ Button {
color: UM.Theme.getColor("monitor_context_menu_hover")
}
contentItem: Label {
color: enabled ? UM.Theme.getColor("monitor_text_primary") : UM.Theme.getColor("monitor_text_disabled");
color: enabled ? UM.Theme.getColor("text") : UM.Theme.getColor("monitor_text_disabled");
text: parent.text
horizontalAlignment: Text.AlignLeft;
verticalAlignment: Text.AlignVCenter;