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 } }