From 300f6a103f6b156678d9ef1048a17507410b3b29 Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Sat, 6 Sep 2025 21:53:47 +0300 Subject: [PATCH] style/background effects: tweak launcher pane colors --- apps/client/src/stylesheets/theme-next-light.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/src/stylesheets/theme-next-light.css b/apps/client/src/stylesheets/theme-next-light.css index 3461c62b7..1797ea431 100644 --- a/apps/client/src/stylesheets/theme-next-light.css +++ b/apps/client/src/stylesheets/theme-next-light.css @@ -142,7 +142,7 @@ --launcher-pane-vert-button-hover-background: white; --launcher-pane-vert-button-hover-shadow: 4px 4px 4px rgba(0, 0, 0, 0.075); --launcher-pane-vert-button-focus-outline-color: var(--input-focus-outline-color); - --launcher-pane-vert-background-color-bgfx: #00000011; /* When background effects enabled */ + --launcher-pane-vert-background-color-bgfx: #0000000f; /* When background effects enabled */ --launcher-pane-horiz-border-color: rgba(0, 0, 0, 0.1); --launcher-pane-horiz-background-color: #fafafa;