diff --git a/core/src/components/chip/chip.tsx b/core/src/components/chip/chip.tsx index f35980802d..ba30e86671 100644 --- a/core/src/components/chip/chip.tsx +++ b/core/src/components/chip/chip.tsx @@ -50,6 +50,7 @@ export class Chip implements ComponentInterface { aria-disabled={this.disabled ? 'true' : null} class={createColorClasses(this.color, { [theme]: true, + // TODO(FW-6120): remove the theme==='ionic' when we add support for the `ios` and `md` modes. [`chip-${shape}`]: theme === 'ionic' && shape !== undefined, 'chip-outline': this.outline, 'chip-disabled': this.disabled,