Make lockscreen keypad consistent with maliit keyboard font weight

This commit is contained in:
Devin Lin 2021-03-17 15:13:23 +00:00
parent cb72ee350d
commit f1ab00cb3c

View file

@ -282,6 +282,7 @@ Rectangle {
text: modelData
anchors.centerIn: parent
font.pointSize: 18
font.weight: Font.Light
color: keypadRoot.buttonTextColor
}