Use the correct color for the label

CURA-8421
This commit is contained in:
Konstantinos Karmas 2021-09-21 16:16:14 +02:00
parent ed0fc26051
commit a3d04bc752

View file

@ -95,7 +95,7 @@ Button
verticalAlignment: Text.AlignVCenter
wrapMode: Text.Wrap
elide: Text.ElideRight
color: UM.Theme.getColor("primary_text")
color: UM.Theme.getColor("text")
}
}
}