From 6f28fc0080a0abc351f418716e5241f9511b1085 Mon Sep 17 00:00:00 2001 From: Usman Baig Date: Sun, 18 Jan 2026 22:58:56 +0100 Subject: [PATCH] fix: match public dashboard background with app theme --- app/share/[id]/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/share/[id]/page.tsx b/app/share/[id]/page.tsx index 6754960..e8cad72 100644 --- a/app/share/[id]/page.tsx +++ b/app/share/[id]/page.tsx @@ -97,7 +97,7 @@ export default function PublicDashboardPage() { if (isPasswordProtected && !data) { return ( -
+
@@ -154,7 +154,7 @@ export default function PublicDashboardPage() { const safeScreenResolutions = screen_resolutions || [] return ( -
+
{/* Header */}