Background color in ion-header on ionic 2

Hi,

I want change the color of my ion-header:

Currently:

image

I am trying with:

<ion-header color="danger">

or

<ion-header danger>

Without result.
What can I do?

Set the color on the ion-navbar not ion-header.

1 Like

Thank you @mirkonasato !!!