Skip to content

Commit 701dab3

Browse files
Fixing ion-content related issue and re-working html
1 parent be076b0 commit 701dab3

File tree

1 file changed

+22
-13
lines changed
  • core/src/components/tab-button/test/shape

1 file changed

+22
-13
lines changed

core/src/components/tab-button/test/shape/index.html

Lines changed: 22 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -19,30 +19,39 @@
1919
</ion-toolbar>
2020
</ion-header>
2121

22-
<ion-content class="ion-padding" id="content" style="text-align: center">
23-
(Only available for ionic theme)
24-
22+
<ion-content id="content" style="text-align: center">
23+
<ion-text>
24+
(Only available for ionic theme)
25+
</ion-text>
2526
<ion-tab-bar style="margin-top: 16px">
26-
<ion-segment style="flex: 1">
27-
Default Shape:
28-
<ion-tab-button id="default-tab-button" style="background: #ff9e99">
29-
<ion-label>Round Shape</ion-label>
30-
<ion-icon aria-hidden="true" name="stop-circle"></ion-icon>
31-
</ion-tab-button>
32-
</ion-segment>
27+
<ion-text style="flex: 1">
28+
Default Shape
29+
</ion-text>
30+
<ion-text style="flex: 1">
31+
Soft Shape
32+
</ion-text>
33+
<ion-text style="flex: 1">
34+
Round Shape
35+
</ion-text>
36+
<ion-text style="flex: 1">
37+
Rectangular Shape
38+
</ion-text>
39+
</ion-tab-bar>
40+
41+
<ion-tab-bar>
42+
<ion-tab-button id="default-tab-button" style="background: #ff9e99">
43+
<ion-icon aria-hidden="true" name="stop-circle"></ion-icon>
44+
</ion-tab-button>
3345

3446
<ion-tab-button id="soft-tab-button" shape="soft" style="background: #faf19d">
35-
<ion-label>Soft Shape</ion-label>
3647
<ion-icon aria-hidden="true" name="cloud"></ion-icon>
3748
</ion-tab-button>
3849

3950
<ion-tab-button id="round-tab-button" shape="round" style="background: #ff9e99">
40-
<ion-label>Round Shape</ion-label>
4151
<ion-icon aria-hidden="true" name="stop-circle"></ion-icon>
4252
</ion-tab-button>
4353

4454
<ion-tab-button id="rect-tab-button" shape="rectangular" style="background: #a3ff85">
45-
<ion-label>Rectangular Shape</ion-label>
4655
<ion-icon aria-hidden="true" name="square"></ion-icon>
4756
</ion-tab-button>
4857
</ion-tab-bar>

0 commit comments

Comments
 (0)