Color Attribute No Longer Styles Any Element

I used to be able to add the color="color-name" attribute on any element in the DOM, and it would override the element’s color style. For some reason, as of late, the color attribute now only works with Ionic native components. How do I get it back to working with any element? i.e., h1 and p tags.

1 Like

As per the changelog you now need to add the ion-text attribute to those elements.

1 Like