diff options
Diffstat (limited to 'apps/mobile/app/_layout.tsx')
| -rw-r--r-- | apps/mobile/app/_layout.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/mobile/app/_layout.tsx b/apps/mobile/app/_layout.tsx index 9f8f8ad5..f36c9eec 100644 --- a/apps/mobile/app/_layout.tsx +++ b/apps/mobile/app/_layout.tsx @@ -24,7 +24,7 @@ export default function RootLayout() { return ( <ShareIntentProvider> <Providers> - <View className="h-full w-full bg-white"> + <View className="w-full flex-1 bg-background"> <Stack screenOptions={{ headerShown: false, |
