I used color generator ,just like it is mentionned in the documentation, to update the default ionic theme. But when I tested my App, It did not work. I am always getting the old default value (#3880ff as a primary color).
However, it worked when testing it on a browser with ionic serve.
For example, I am trying to change the toolbar color :
This is what I get on chrome :
And this what I get on Android emulator/device :
What did I missed ? Thank you !