Ion-nav-bar

I’m using an ioni-nav-bar how do i change the color of my bar ?

You can just type (for example):

ion-nav-bar {
background-color: #fff;
}

in the SCSS files.
If You go with SCSS don’t forget to type

ionic sass

in Your console to have the styles compiled :wink: