https://i.sstatic.net/lyhMu.jpg
Hello, I am currently working on developing a mobile app using Ionic. I have utilized the Ionic tabs template, but I am facing an issue with the tab's background color remaining white at the bottom of the screen. Although I have been able to change the color of the icon using the provided code, I am unsure how to modify the background tab color. Can someone please advise me on how to do so?
<ion-tabs class="tabs-icon-top tabs-color-{{theme.primary}}" >
<ion-tab title="Cards" icon-off="ion-ios-pulse" icon-on="ion-ios-pulse-strong" href="#/tab/dash">
<ion-nav-view name="tab-dash">
</ion-nav-view>
</ion-tab>
</ion-tabs>