Skip to content

Commit 2d0470d

Browse files
fix(tab-bar): revert padding change
1 parent 1383506 commit 2d0470d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/src/components/tab-bar/tab-bar.ionic.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
/* Full */
5252
:host(.tab-bar-full) {
5353
/* stylelint-disable */
54-
padding-top: globals.$ion-space-250;
54+
padding-top: globals.$ion-space-100;
5555
padding-bottom: calc(globals.$ion-space-100 + var(--ion-safe-area-bottom, 0));
5656

5757
padding-right: calc(globals.$ion-space-400 + var(--ion-safe-area-right, 0));
@@ -61,7 +61,7 @@
6161

6262
:host([slot="top"].tab-bar-full) {
6363
padding-top: calc(globals.$ion-space-100 + var(--ion-safe-area-top, 0));
64-
padding-bottom: globals.$ion-space-250;
64+
padding-bottom: globals.$ion-space-100;
6565
}
6666

6767
/* Compact */

0 commit comments

Comments
 (0)