From 6bf0af4ff33adcd74d7ac291f4e6e4734e1e72f1 Mon Sep 17 00:00:00 2001 From: Fringg Date: Wed, 11 Feb 2026 01:43:52 +0300 Subject: [PATCH] fix: remove colored background from logo on login page Match logo styling with the rest of the app - use dark neutral background instead of accent gradient, consistent border and shadow. --- src/pages/Login.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/Login.tsx b/src/pages/Login.tsx index f35fb15..9a15a5b 100644 --- a/src/pages/Login.tsx +++ b/src/pages/Login.tsx @@ -314,10 +314,10 @@ export default function Login() {
{/* Logo */}
-
+
{/* Always show letter as fallback */} {appLogo} @@ -326,7 +326,7 @@ export default function Login() { {appName setLogoLoaded(true)} /> )}