Skip to content

Commit 7a41898

Browse files
CR
1 parent 00b13e8 commit 7a41898

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/src/components/tab-button/tab-button.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ export class TabButton implements ComponentInterface, AnchorInterface {
120120
const theme = getIonTheme(this);
121121
const { shape } = this;
122122

123-
// TODO(ROU-11300): Remove theme check when shapes are defined for all themes.
123+
// TODO(ROU-11436): Remove theme check when shapes are defined for all themes.
124124
if (theme !== 'ionic') {
125125
return undefined;
126126
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<ion-text> (Only available for ionic theme) </ion-text>
2424

2525
<ion-tab-bar>
26-
<ion-tab-button id="default-tab-button">
26+
<ion-tab-button>
2727
<ion-label>Default Shape</ion-label>
2828
<ion-icon aria-hidden="true" name="triangle-outline"></ion-icon>
2929
</ion-tab-button>

0 commit comments

Comments
 (0)