Unable to override primary color in variables.scss since upgrading to ionic 8

Updating to ionic 8, PWA project doesn’t reflect any changing I am trying to make in the variables for the pre-defined colors. Using the New Ionic color generator to create the colors and their shades, still it is not reflecting in my project. I cleared cache, recompiled. Nothing seems to help.

How to do that then?

Hard to tell without more info. Are you using a framework? Maybe Angular? If so, then you need to change the include order of the style sheets. See Variables.scss seems to be ignored after upgrading from ionic 6 to 7 to 8 - #5 by twestrick

thanks bunch! That did it.

1 Like