Fix mising theme key

This commit is contained in:
Ian Paschal 2019-01-23 14:47:59 +01:00
parent 9de3fb9bb4
commit e19323d38b

View file

@ -18,7 +18,7 @@ Button
width: base.width width: base.width
} }
contentItem: Label { contentItem: Label {
color: UM.Theme.getColor("monitor_context_menu_dots") color: UM.Theme.getColor("monitor_text_primary")
font.pixelSize: 32 * screenScaleFactor font.pixelSize: 32 * screenScaleFactor
horizontalAlignment: Text.AlignHCenter horizontalAlignment: Text.AlignHCenter
text: base.text text: base.text