Theming your app
Ionic is built on top of Sass, which allows you to set some default styles for your app but makes it extremely easy for you to change defaults.
To change colors in your app, just tweak the $colors
map in your src/theme/variables.scss
Changing status bar color
By default, black status bar appears in the app. To change its color you need to follow the following steps.
Install the following plugin
2. Then open app/config.xml and change the color
You need to add color code.
Last updated