From 8d6b04448fdfac70134ba355c34e4e7d2f41df18 Mon Sep 17 00:00:00 2001 From: Leendert de Borst Date: Tue, 6 May 2025 22:54:07 +0200 Subject: [PATCH] Update view margins for main tabs (#771) --- apps/mobile-app/app/(tabs)/credentials/index.tsx | 1 + apps/mobile-app/app/(tabs)/emails/index.tsx | 1 + apps/mobile-app/app/(tabs)/settings/index.tsx | 1 + 3 files changed, 3 insertions(+) diff --git a/apps/mobile-app/app/(tabs)/credentials/index.tsx b/apps/mobile-app/app/(tabs)/credentials/index.tsx index e9946bd9d..7e0bbe3cb 100644 --- a/apps/mobile-app/app/(tabs)/credentials/index.tsx +++ b/apps/mobile-app/app/(tabs)/credentials/index.tsx @@ -183,6 +183,7 @@ export default function CredentialsScreen() : React.ReactNode { container: { flex: 1, paddingTop: insets.top, + paddingBottom: insets.bottom, }, content: { flex: 1, diff --git a/apps/mobile-app/app/(tabs)/emails/index.tsx b/apps/mobile-app/app/(tabs)/emails/index.tsx index 803674db6..c1e688054 100644 --- a/apps/mobile-app/app/(tabs)/emails/index.tsx +++ b/apps/mobile-app/app/(tabs)/emails/index.tsx @@ -132,6 +132,7 @@ export default function EmailsScreen() : React.ReactNode { }, container: { flex: 1, + paddingBottom: insets.bottom, paddingTop: insets.top, }, content: { diff --git a/apps/mobile-app/app/(tabs)/settings/index.tsx b/apps/mobile-app/app/(tabs)/settings/index.tsx index f9b826cf0..a072135c8 100644 --- a/apps/mobile-app/app/(tabs)/settings/index.tsx +++ b/apps/mobile-app/app/(tabs)/settings/index.tsx @@ -119,6 +119,7 @@ export default function SettingsScreen() : React.ReactNode { }, container: { flex: 1, + paddingBottom: insets.bottom, paddingTop: insets.top, }, content: {