Tried so many solution but still helpless. How to change header background color?
Try:
<ion-header>
<ion-toolbar color="primary">
<ion-title>Files</ion-title>
</ion-toolbar>
</ion-header>
Or:
<ion-header>
<ion-toolbar color="success">
<ion-title>Files</ion-title>
</ion-toolbar>
</ion-header>