Skip to content

Commit

Permalink
fix: remove bottom white bar (screen height fixed)
Browse files Browse the repository at this point in the history
  • Loading branch information
berenteb committed Mar 6, 2024
1 parent 5ca0db7 commit c793a03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/_layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default function MainLayout() {
<QueryClientProvider client={queryClient}>
<Splash>
<FavoritePresentationsProvider>
<View className='bg-slate-100 dark:bg-slate-900 min-h-screen'>
<View className='bg-slate-100 dark:bg-slate-900 flex-1'>
<Slot />
</View>
</FavoritePresentationsProvider>
Expand Down

0 comments on commit c793a03

Please sign in to comment.