Fix title color on dark theme

This commit is contained in:
fieldOfView 2018-05-02 16:25:27 +02:00
parent 3d0a0da035
commit a3436bb24b

View file

@ -56,6 +56,7 @@ Item
} }
text: details.name text: details.name
font: UM.Theme.getFont("large") font: UM.Theme.getFont("large")
color: UM.Theme.getColor("text")
wrapMode: Text.WordWrap wrapMode: Text.WordWrap
width: parent.width width: parent.width
height: UM.Theme.getSize("toolbox_property_label").height height: UM.Theme.getSize("toolbox_property_label").height