It is easy to change the background color of an Ionic App by setting $background-color
in variables.scss
, but it wont work with gradients or images. I was surprised that I could not find any official documentation on this, nor a lot of useful questions and answers.
If you set $background-color
to a non-color you will currently get a Sass error from one of the many Ionic components that calculate their colors based on the background color.