File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
core/src/components/tab-button/test/shape Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2727 < ion-tab-bar >
2828 < ion-tab-button id ="default-tab-button ">
2929 < ion-label > Default Shape</ ion-label >
30- < ion-icon aria-hidden ="true " name ="stop-circle "> </ ion-icon >
30+ < ion-icon aria-hidden ="true " name ="triangle-outline "> </ ion-icon >
3131 </ ion-tab-button >
3232
3333 < ion-tab-button id ="soft-tab-button " shape ="soft ">
3434 < ion-label > Soft Shape</ ion-label >
35- < ion-icon aria-hidden ="true " name ="cloud "> </ ion-icon >
35+ < ion-icon aria-hidden ="true " name ="triangle-outline "> </ ion-icon >
3636 </ ion-tab-button >
3737
3838 < ion-tab-button id ="round-tab-button " shape ="round ">
3939 < ion-label > Round Shape</ ion-label >
40- < ion-icon aria-hidden ="true " name ="stop-circle "> </ ion-icon >
40+ < ion-icon aria-hidden ="true " name ="triangle-outline "> </ ion-icon >
4141 </ ion-tab-button >
4242
4343 < ion-tab-button id ="rect-tab-button " shape ="rectangular ">
4444 < ion-label > Rectangular Shape</ ion-label >
45- < ion-icon aria-hidden ="true " name ="square "> </ ion-icon >
45+ < ion-icon aria-hidden ="true " name ="triangle-outline "> </ ion-icon >
4646 </ ion-tab-button >
4747 </ ion-tab-bar >
4848 </ ion-content >
You can’t perform that action at this time.
0 commit comments