diff options
| author | Mohamed Bassem <me@mbassem.com> | 2025-12-29 10:23:36 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-29 08:23:36 +0000 |
| commit | 6ee48ffb9d628a04c487b73b222be76241ff3ec4 (patch) | |
| tree | 1cf65592f867a9c10d8961f195bcf6dfd438273e /apps/mobile/components/ui/CustomSafeAreaView.tsx | |
| parent | f7523a210b8929483d2436b2795329f81065e4b8 (diff) | |
| download | karakeep-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.tsx | 1 |
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") |
