From 284a4f8cc8657385152c3e58eb6665e066760468 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Sat, 10 Jan 2026 17:59:11 -0500 Subject: fix lock screen input rounding --- modules/lock/InputField.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/lock/InputField.qml b/modules/lock/InputField.qml index 358093f..1acc787 100644 --- a/modules/lock/InputField.qml +++ b/modules/lock/InputField.qml @@ -91,7 +91,7 @@ Item { implicitHeight: charList.implicitHeight color: Colours.palette.m3onSurface - radius: Appearance.rounding.small / 2 + radius: Appearance.rounding.full opacity: 0 scale: 0 -- cgit v1.2.3-freya