From 84c23faa0f06b6b7ff39c432e7a0fb6be7e3efa2 Mon Sep 17 00:00:00 2001 From: Usman Baig Date: Wed, 18 Mar 2026 16:57:34 +0100 Subject: [PATCH] style: reduce glass transparency to 90% opacity MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sidebar and content header were too transparent — content bled through. Bump from bg-*/70 to bg-*/90 with backdrop-blur-xl for a subtle glass effect that's still readable. --- components/dashboard/ContentHeader.tsx | 2 +- components/dashboard/Sidebar.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/dashboard/ContentHeader.tsx b/components/dashboard/ContentHeader.tsx index 2f4a47f..fd5ab99 100644 --- a/components/dashboard/ContentHeader.tsx +++ b/components/dashboard/ContentHeader.tsx @@ -69,7 +69,7 @@ export default function ContentHeader({ } return ( -
+
{/* Left: mobile hamburger */}