Fix unthemed label

Since in dark mode it stays black and it disappears in the background.

CURA-8421
This commit is contained in:
Konstantinos Karmas 2021-09-21 15:51:01 +02:00
parent 1aadb1bade
commit ed0fc26051

View file

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