Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/mobile/src/screens/auth/LoginOTPScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ export function LoginOTPScreen({ route, navigation }: Props) {
if (!fontsLoaded) return null

return (
<LinearGradient colors={['#2f3e4e', '#3730a3']} style={styles.root}>
<LinearGradient colors={['#2f3e4e', '#4a5d73']} style={styles.root}>
<StatusBar barStyle="light-content" backgroundColor={BRAND} translucent={false} />

{/* ── Top: gradient header ── */}
Expand Down
2 changes: 1 addition & 1 deletion apps/mobile/src/screens/auth/LoginPhoneScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export function LoginPhoneScreen({ navigation }: Props) {
if (!fontsLoaded) return null

return (
<LinearGradient colors={['#2f3e4e', '#3730a3']} style={styles.root}>
<LinearGradient colors={['#2f3e4e', '#4a5d73']} style={styles.root}>
<StatusBar barStyle="light-content" backgroundColor={BRAND} translucent={false} />

{/* ── Top: gradient header ── */}
Expand Down
2 changes: 1 addition & 1 deletion apps/mobile/src/screens/auth/WelcomeScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export function WelcomeScreen({ navigation }: Props) {
if (!fontsLoaded) return null

return (
<LinearGradient colors={['#2f3e4e', '#3730a3']} style={styles.root}>
<LinearGradient colors={['#2f3e4e', '#4a5d73']} style={styles.root}>
<StatusBar barStyle="light-content" backgroundColor={BRAND} translucent={false} />

{/* ── Brand area ── */}
Expand Down
Loading