From 5082158fc024a9cd579a2913d4459576e0a11a3d Mon Sep 17 00:00:00 2001 From: nitin mohan Date: Mon, 20 Jul 2026 22:11:50 +0530 Subject: [PATCH] improved light mode visiblity of the dashboard card --- components/dashboard/auth-overlay.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/components/dashboard/auth-overlay.tsx b/components/dashboard/auth-overlay.tsx index 672f2cf..fe9609d 100644 --- a/components/dashboard/auth-overlay.tsx +++ b/components/dashboard/auth-overlay.tsx @@ -50,7 +50,7 @@ export function DashboardAuthOverlay({ {/* Frosted Backdrop — opacity linked to scroll */} {/* Wrapper: Sticky scrolling on Mobile, Static absolute centering on Desktop */} @@ -62,10 +62,10 @@ export function DashboardAuthOverlay({ {/* Floating Card - Scale, Opacity, Y, and 3D Rotate linked to smooth scroll */} {/* Top Gradient Accent Line */} -
+
{/* Subtle ambient glow (dark mode) */}
@@ -96,7 +96,7 @@ export function DashboardAuthOverlay({ ease: "easeInOut", }} /> -
+
Sign In