Hi,
I want change the color of my ion-header:
Currently:

I am trying with:
<ion-header color="danger">
or
<ion-header danger>
Without result.
What can I do?
Hi,
I want change the color of my ion-header:
Currently:

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.
Thank you @mirkonasato !!!