diff options
Diffstat (limited to 'modules/lock/Media.qml')
| -rw-r--r-- | modules/lock/Media.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/lock/Media.qml b/modules/lock/Media.qml index 0f0f3f4..be289eb 100644 --- a/modules/lock/Media.qml +++ b/modules/lock/Media.qml @@ -91,6 +91,7 @@ Item { color: Colours.palette.m3primary horizontalAlignment: Text.AlignHCenter font.pointSize: Appearance.font.size.large + font.family: Appearance.font.family.mono font.weight: 600 elide: Text.ElideRight } |