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 ── */}