Fix font size for the titles in the welcome flow

CURA-6057
This commit is contained in:
Jaime van Kessel 2019-04-01 14:10:09 +02:00
parent 1b8b5415f7
commit 7a3cd81e3f
8 changed files with 14 additions and 12 deletions

View file

@ -44,7 +44,7 @@ Item
horizontalAlignment: Text.AlignHCenter
text: machineActionsModel.currentItem.title == undefined ? "" : machineActionsModel.currentItem.title
color: UM.Theme.getColor("primary_button")
font: UM.Theme.getFont("large_bold")
font: UM.Theme.getFont("huge")
renderType: Text.NativeRendering
}