Update login page logo margins for Android to prevent pill occlusion (#1319)

This commit is contained in:
Leendert de Borst
2025-10-28 14:03:49 +01:00
committed by Leendert de Borst
parent c7182e7a21
commit d8ef99207f

View File

@@ -458,7 +458,7 @@ export default function LoginScreen() : React.ReactNode {
borderBottomRightRadius: 24,
paddingBottom: 24,
paddingHorizontal: 16,
paddingTop: 24,
paddingTop: Platform.OS === 'ios' ? 24 : 64,
},
headerSubtitle: {
color: colors.textMuted,