Reputation: 139
Can I change the icons color by config.xml with Ionic?
Like this: Android statusbar icons color but using ionic 4.
I'm using it to change the background color, but I don't know if it's possible to change the icons color by the config as well.
<preference name="StatusBarBackgroundColor" value="#0c6263" />
<preference name="StatusBarOverlaysWebView" value="true" />
Upvotes: 0
Views: 1047