summaryrefslogtreecommitdiff
path: root/modules/lock/Center.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-08-12 00:36:34 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-08-12 00:36:34 +1000
commit019f8b95700e80ab8d3dd64157daa483b04b1220 (patch)
tree24d770648185125479f2c240f903c76888b492a3 /modules/lock/Center.qml
parentlock/resources: fix scaling (diff)
downloadcaelestia-shell-019f8b95700e80ab8d3dd64157daa483b04b1220.tar.gz
caelestia-shell-019f8b95700e80ab8d3dd64157daa483b04b1220.tar.bz2
caelestia-shell-019f8b95700e80ab8d3dd64157daa483b04b1220.zip
lock: fix input colour
Diffstat (limited to 'modules/lock/Center.qml')
-rw-r--r--modules/lock/Center.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/lock/Center.qml b/modules/lock/Center.qml
index 3df61a0..284b6d5 100644
--- a/modules/lock/Center.qml
+++ b/modules/lock/Center.qml
@@ -108,7 +108,7 @@ ColumnLayout {
implicitWidth: Config.lock.sizes.centerWidth * 0.8
implicitHeight: input.implicitHeight + Appearance.padding.small * 2
- color: Colours.palette.m3surfaceContainer
+ color: Colours.tPalette.m3surfaceContainer
radius: Appearance.rounding.full
focus: true