mirror of
https://github.com/aliasvault/aliasvault.git
synced 2026-05-13 18:05:28 -04:00
Update login page logo margins for Android to prevent pill occlusion (#1319)
This commit is contained in:
committed by
Leendert de Borst
parent
c7182e7a21
commit
d8ef99207f
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user