Skip to content

Commit

Permalink
fix: tab bar safe margins on ios
Browse files Browse the repository at this point in the history
  • Loading branch information
phoebus-84 committed Nov 29, 2024
1 parent 49610fb commit 6241bb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/tabs/IonTabs.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<ion-tabs>
<slot />
{#key currentTabName}
<ion-tab-bar slot="bottom" class="ion-padding flex min-h-12 justify-between py-0">
<ion-tab-bar slot="bottom" class="flex justify-between px-4">
{#each tabs as tabObj}
{@const { tab, hasAlert, label } = tabObj}
<d-tab-button
Expand Down

0 comments on commit 6241bb4

Please sign in to comment.