Add missing font & color

CURA-6810
This commit is contained in:
Jaime van Kessel 2019-09-26 12:55:14 +02:00
parent 9ced5e9205
commit b72b542d21
No known key found for this signature in database
GPG key ID: 3710727397403C91
3 changed files with 8 additions and 1 deletions

View file

@ -48,5 +48,7 @@ Button
anchors.left: button.left
anchors.leftMargin: UM.Theme.getSize("wide_margin").width
renderType: Text.NativeRendering
font: UM.Theme.getFont("default")
color: UM.Theme.getColor("text")
}
}