diff options
Diffstat (limited to 'modules/lock/Center.qml')
| -rw-r--r-- | modules/lock/Center.qml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/lock/Center.qml b/modules/lock/Center.qml index 4905058..91fcf2f 100644 --- a/modules/lock/Center.qml +++ b/modules/lock/Center.qml @@ -95,8 +95,7 @@ ColumnLayout { anchors.centerIn: parent text: "person" - fill: 1 - grade: 200 + color: Colours.palette.m3onSurfaceVariant font.pointSize: Math.floor(root.centerWidth / 4) } |