aboutsummaryrefslogtreecommitdiffstats
path: root/apps/mobile/app/_layout.tsx
diff options
context:
space:
mode:
authorMohamedBassem <me@mbassem.com>2024-03-29 14:17:36 +0000
committerMohamedBassem <me@mbassem.com>2024-03-29 14:17:36 +0000
commit26b53e2ccc00befd182c4af05ab52fc439be7535 (patch)
tree6697b977daecd0e43be15d9e34dd9f8cbf30472b /apps/mobile/app/_layout.tsx
parent2cfb7cb27f3825b8c8656d8b8649bd22fa52bfbf (diff)
downloadkarakeep-26b53e2ccc00befd182c4af05ab52fc439be7535.tar.zst
mobile(android): Getting the android app ready for submission
Diffstat (limited to 'apps/mobile/app/_layout.tsx')
-rw-r--r--apps/mobile/app/_layout.tsx2
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,