From 00d79018f75b20de4a09abb8404d886c35c84160 Mon Sep 17 00:00:00 2001 From: Mohit gauniyal Date: Fri, 24 Apr 2026 13:55:39 +0530 Subject: [PATCH] ui: change secondary color for gradient from #3730a3 to #4a5d73 --- apps/mobile/src/screens/auth/LoginOTPScreen.tsx | 2 +- apps/mobile/src/screens/auth/LoginPhoneScreen.tsx | 2 +- apps/mobile/src/screens/auth/WelcomeScreen.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/mobile/src/screens/auth/LoginOTPScreen.tsx b/apps/mobile/src/screens/auth/LoginOTPScreen.tsx index b2d8067..cd4a6f0 100644 --- a/apps/mobile/src/screens/auth/LoginOTPScreen.tsx +++ b/apps/mobile/src/screens/auth/LoginOTPScreen.tsx @@ -125,7 +125,7 @@ export function LoginOTPScreen({ route, navigation }: Props) { if (!fontsLoaded) return null return ( - + {/* ── Top: gradient header ── */} diff --git a/apps/mobile/src/screens/auth/LoginPhoneScreen.tsx b/apps/mobile/src/screens/auth/LoginPhoneScreen.tsx index 46c3aea..a27698d 100644 --- a/apps/mobile/src/screens/auth/LoginPhoneScreen.tsx +++ b/apps/mobile/src/screens/auth/LoginPhoneScreen.tsx @@ -62,7 +62,7 @@ export function LoginPhoneScreen({ navigation }: Props) { if (!fontsLoaded) return null return ( - + {/* ── Top: gradient header ── */} diff --git a/apps/mobile/src/screens/auth/WelcomeScreen.tsx b/apps/mobile/src/screens/auth/WelcomeScreen.tsx index 9e0fb3c..658f496 100644 --- a/apps/mobile/src/screens/auth/WelcomeScreen.tsx +++ b/apps/mobile/src/screens/auth/WelcomeScreen.tsx @@ -26,7 +26,7 @@ export function WelcomeScreen({ navigation }: Props) { if (!fontsLoaded) return null return ( - + {/* ── Brand area ── */}