summaryrefslogtreecommitdiff
path: root/modules/lock
diff options
context:
space:
mode:
Diffstat (limited to 'modules/lock')
-rw-r--r--modules/lock/Input.qml1
-rw-r--r--modules/lock/MediaPlaying.qml1
2 files changed, 2 insertions, 0 deletions
diff --git a/modules/lock/Input.qml b/modules/lock/Input.qml
index c9c1431..f5b3c16 100644
--- a/modules/lock/Input.qml
+++ b/modules/lock/Input.qml
@@ -37,6 +37,7 @@ ColumnLayout {
text: "person"
fill: 1
+ grade: 200
font.pointSize: Config.lock.sizes.faceSize / 2
}
diff --git a/modules/lock/MediaPlaying.qml b/modules/lock/MediaPlaying.qml
index dd9b560..fa63205 100644
--- a/modules/lock/MediaPlaying.qml
+++ b/modules/lock/MediaPlaying.qml
@@ -100,6 +100,7 @@ RowLayout {
MaterialIcon {
anchors.centerIn: parent
+ grade: 200
text: "art_track"
color: Colours.palette.m3onSurfaceVariant
font.pointSize: (root.isLarge ? Config.lock.sizes.mediaCoverSize : Config.lock.sizes.mediaCoverSizeSmall) * 0.4