From 11e28286e1455326dbe2ef3f2bc283bb15fe6c81 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Fri, 5 Sep 2025 07:53:37 +0200 Subject: [PATCH] lock: fix sleep button color --- .config/quickshell/ii/modules/lock/LockSurface.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/quickshell/ii/modules/lock/LockSurface.qml b/.config/quickshell/ii/modules/lock/LockSurface.qml index 87c5adb09..d54643958 100644 --- a/.config/quickshell/ii/modules/lock/LockSurface.qml +++ b/.config/quickshell/ii/modules/lock/LockSurface.qml @@ -101,7 +101,7 @@ MouseArea { verticalAlignment: Text.AlignVCenter iconSize: 24 text: "dark_mode" - color: Appearance.colors.colOnPrimaryContainer + color: Appearance.colors.colOnSurfaceVariant } }