aboutsummaryrefslogtreecommitdiffstats
path: root/apps/mobile/components/ui/CustomSafeAreaView.tsx
diff options
context:
space:
mode:
authorMohamed Bassem <me@mbassem.com>2025-12-29 10:23:36 +0200
committerGitHub <noreply@github.com>2025-12-29 08:23:36 +0000
commit6ee48ffb9d628a04c487b73b222be76241ff3ec4 (patch)
tree1cf65592f867a9c10d8961f195bcf6dfd438273e /apps/mobile/components/ui/CustomSafeAreaView.tsx
parentf7523a210b8929483d2436b2795329f81065e4b8 (diff)
downloadkarakeep-6ee48ffb9d628a04c487b73b222be76241ff3ec4.tar.zst
feat(mobile): make the settings menu look more native (#2307)
* feat(mobile): make the settings menu look more native * more fixes * review comments
Diffstat (limited to 'apps/mobile/components/ui/CustomSafeAreaView.tsx')
-rw-r--r--apps/mobile/components/ui/CustomSafeAreaView.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/mobile/components/ui/CustomSafeAreaView.tsx b/apps/mobile/components/ui/CustomSafeAreaView.tsx
index fdf6520d..840ea058 100644
--- a/apps/mobile/components/ui/CustomSafeAreaView.tsx
+++ b/apps/mobile/components/ui/CustomSafeAreaView.tsx
@@ -15,6 +15,7 @@ export default function CustomSafeAreaView({
return (
<SafeAreaView
style={{
+ flex: 1,
paddingTop:
// Some ugly hacks to make the app look the same on both android and ios
Platform.OS == "android" && edges.includes("top")