Change tab color

hi i am not able to change the color of tabs in my ionic 2 tabs project…

any help?

Hi,

Did you try to add the ‘color’ attribute ? Like this :

 <ion-tabs color="primary"> //or danger, or custom color
	[...]
</ion-tabs>