From a2cabb550fff24fe6d6505c5de9a0bda7d2fc844 Mon Sep 17 00:00:00 2001 From: Naiyuan Qing <145280634+NevilleQingNY@users.noreply.github.com> Date: Fri, 13 Feb 2026 14:56:16 +0800 Subject: [PATCH] refactor(ui): unify login page styling across web and desktop - Use bordered icon with consistent size on both platforms - Adjust font size to match icon proportions - Simplify desktop tagline for cleaner presentation - Streamline web login header to [icon] Sign In format Co-Authored-By: Claude Opus 4.5 --- apps/desktop/src/renderer/src/pages/login.tsx | 9 ++++----- apps/web/app/login/login-form.tsx | 11 ++++------- 2 files changed, 8 insertions(+), 12 deletions(-) diff --git a/apps/desktop/src/renderer/src/pages/login.tsx b/apps/desktop/src/renderer/src/pages/login.tsx index a1ac0b6a..3c4bb428 100644 --- a/apps/desktop/src/renderer/src/pages/login.tsx +++ b/apps/desktop/src/renderer/src/pages/login.tsx @@ -33,15 +33,14 @@ export default function LoginPage() {
{/* Brand */} -
- -

Multica

+
+ +

Multica

{/* Tagline */}

- An AI assistant that gets things done — pulling data, running analysis, - and taking action. Talk to it like a team member. + An AI assistant that gets things done.

{/* Sign In */} diff --git a/apps/web/app/login/login-form.tsx b/apps/web/app/login/login-form.tsx index 98bebd35..8b92830c 100644 --- a/apps/web/app/login/login-form.tsx +++ b/apps/web/app/login/login-form.tsx @@ -202,14 +202,11 @@ export function LoginForm() {
- Multica -
-
-

Sign in

-

- Enter your email to continue -

+

Sign In

+

+ Enter your email to continue +

{/* Error message */}