From f42e870de1662a0e2753e6c665769c7bb0d06346 Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Thu, 23 Oct 2025 20:28:36 +0300 Subject: [PATCH] style/dropdowns: increase the radius of the backdrop blur --- apps/client/src/stylesheets/theme-next/shell.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/src/stylesheets/theme-next/shell.css b/apps/client/src/stylesheets/theme-next/shell.css index 8a382af89..5e375bbea 100644 --- a/apps/client/src/stylesheets/theme-next/shell.css +++ b/apps/client/src/stylesheets/theme-next/shell.css @@ -8,7 +8,7 @@ } :root { - --dropdown-backdrop-filter: blur(10px) saturate(6); + --dropdown-backdrop-filter: blur(20px) saturate(6); --dropdown-border-radius: 10px; }