diff options
| author | Freya Murphy <freya@freyacat.org> | 2026-01-10 17:59:11 -0500 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2026-03-16 09:29:53 -0400 |
| commit | eb5bfa2cfa685681bc513a83a20ea66cbb49f06e (patch) | |
| tree | 18a2c71c55e123a0a544bde4b5f898cfadc8efc0 /modules/lock/InputField.qml | |
| parent | remove more things again lol (diff) | |
| download | caelestia-shell-eb5bfa2cfa685681bc513a83a20ea66cbb49f06e.tar.gz caelestia-shell-eb5bfa2cfa685681bc513a83a20ea66cbb49f06e.tar.bz2 caelestia-shell-eb5bfa2cfa685681bc513a83a20ea66cbb49f06e.zip | |
fix lock screen input rounding
Diffstat (limited to '')
| -rw-r--r-- | modules/lock/InputField.qml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |