Hello, with the following code, I’m expecting the tab badge colour to be red, but instead it’s dark and hardly readable:
<ion-tabs class="tabs-icon-only tabs-dark">
...
<ion-tab badge="1" badge-style='badge-assertive' icon-on="ion-ios7-email-outline" icon-off="ion-ios7-email-outline" href="#/tab/notices">
...
Any ideas or workarounds?
Cheers