Skip to content

Commit 7db9e9c

Browse files
committed
test(tab-bar): lessen container padding
1 parent 729566f commit 7db9e9c

File tree

36 files changed

+23
-17
lines changed

36 files changed

+23
-17
lines changed

core/src/components/tab-bar/test/basic/tab-bar.e2e.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ configs({ modes: ['ionic-md', 'md', 'ios'] }).forEach(({ title, screenshot, conf
1515
}
1616
1717
#container {
18-
padding-top: 5px;
18+
padding-top: 2px;
1919
}
2020
</style>
2121
@@ -73,7 +73,7 @@ configs().forEach(({ title, screenshot, config }) => {
7373
}
7474
7575
#container {
76-
padding-top: 5px;
76+
padding-top: 2px;
7777
}
7878
</style>
7979
-43 Bytes
Loading
-89 Bytes
Loading
-67 Bytes
Loading
-51 Bytes
Loading
-100 Bytes
Loading
-65 Bytes
Loading
-18 Bytes
Loading
-46 Bytes
Loading
-21 Bytes
Loading

0 commit comments

Comments
 (0)