Update view margins for main tabs (#771)

This commit is contained in:
Leendert de Borst
2025-05-06 22:54:07 +02:00
parent a1dd44d8fc
commit 8d6b04448f
3 changed files with 3 additions and 0 deletions

View File

@@ -183,6 +183,7 @@ export default function CredentialsScreen() : React.ReactNode {
container: {
flex: 1,
paddingTop: insets.top,
paddingBottom: insets.bottom,
},
content: {
flex: 1,

View File

@@ -132,6 +132,7 @@ export default function EmailsScreen() : React.ReactNode {
},
container: {
flex: 1,
paddingBottom: insets.bottom,
paddingTop: insets.top,
},
content: {

View File

@@ -119,6 +119,7 @@ export default function SettingsScreen() : React.ReactNode {
},
container: {
flex: 1,
paddingBottom: insets.bottom,
paddingTop: insets.top,
},
content: {