Any way to customize ion-tab button?

Hi,

I’m using ion-tabs and I would to change font size, change icon to my custom icons, color of the font…

Is there any way to customize ion-tab buttons?

thanks

Did you find any solution?

ionDocsTabs
$tabs-ios-tab-text-color, $tabs-ios-tab-text-color-active, $tabs-ios-tab-icon-color, $tabs-ios-tab-font-size
You can use these variables. Or just change it from scss

Edit this class in app.scss

.tab-button-text {
    font-size: 16px !important;
    color: #ff0000!important
}