diff --git a/src/components/typography/typography.ts b/src/components/typography/typography.ts index a69e0531848..081f8dd02ce 100644 --- a/src/components/typography/typography.ts +++ b/src/components/typography/typography.ts @@ -9,7 +9,7 @@ import { Ion } from '../ion'; * Select all of the HTML text elements with the color attribute to apply the text-color class. */ @Directive({ - selector: 'h1[color], h2[color], h3[color], h4[color], h5[color], h6[color], a[color]:not([ion-button]), p[color], span[color], b[color], i[color], strong[color], em[color], small[color], sub[color], sup[color]' + selector: 'h1[color], h2[color], h3[color], h4[color], h5[color], h6[color], a[color]:not([ion-button]):not([ion-item]), p[color], span[color], b[color], i[color], strong[color], em[color], small[color], sub[color], sup[color]' }) export class Typography extends Ion {