From af6240aea9780b0abbd64aa74f4e8acc91fd4fbd Mon Sep 17 00:00:00 2001 From: Matthew Meszaros Date: Fri, 22 May 2026 16:50:39 +0000 Subject: [PATCH] fix(web): auth layout logo back to white The Logo SVG was switched from hardcoded fill="white" to fill="currentColor" so the dashboard could tint it gray. Auth-layout usages were never updated and got rendered with the inherited default text color (near-black) on the dark sky panel. Pass text-white explicitly at both logo sites. --- web/src/app/auth/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/app/auth/layout.tsx b/web/src/app/auth/layout.tsx index 76ee4008..360f1e9e 100644 --- a/web/src/app/auth/layout.tsx +++ b/web/src/app/auth/layout.tsx @@ -288,7 +288,7 @@ export default function AuthLayout() { {/* Top — Logo */}
- + Warmbly
@@ -352,7 +352,7 @@ export default function AuthLayout() {
- + Warmbly