From def483cf6d611f73c3b8c97e9b7a027139937a98 Mon Sep 17 00:00:00 2001 From: Usman Baig Date: Tue, 24 Mar 2026 21:54:44 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20site=20picker=20dropdown=20opacity=20?= =?UTF-8?q?=E2=80=94=20more=20opaque=20over=20glass=20sidebar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Glass-on-glass caused double transparency. Use bg-neutral-900/90 since this dropdown overlays the already-translucent sidebar. --- components/dashboard/Sidebar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/dashboard/Sidebar.tsx b/components/dashboard/Sidebar.tsx index 39179d3..4a75b15 100644 --- a/components/dashboard/Sidebar.tsx +++ b/components/dashboard/Sidebar.tsx @@ -194,7 +194,7 @@ function SitePicker({ sites, siteId, collapsed, onExpand, onCollapse, wasCollaps {open && ( -
+