From 65c06d0e6bbc7b405fc96341bb0ad2e2a6090fd7 Mon Sep 17 00:00:00 2001 From: DanS Date: Sat, 4 Jul 2026 14:20:01 -0500 Subject: [PATCH] chore(theme): drop orphaned lock-screen backdrop-alpha key The lock screen no longer reads screens.lock-screen.backdrop-alpha (replaced by the live-blur backdrop in c7f89e5). Remove the now-dead schema key. Co-Authored-By: Claude Opus 4.8 (1M context) --- res/themes/ui.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/res/themes/ui.toml b/res/themes/ui.toml index d956299..38cd388 100644 --- a/res/themes/ui.toml +++ b/res/themes/ui.toml @@ -1528,7 +1528,6 @@ title = { font = "h5" } input = { width = 320.0, height = 40.0 } unlock-button = { width = 320.0, height = 44.0, font = "subtitle1" } error-text = { font = "caption" } -backdrop-alpha = { opacity = 0.0 } mode-toggle = { font = "caption" } # ---------------------------------------------------------------------------