ionic改tab文字和icon图片的颜色

 

The official way would be:

Change in your theme/variables.scss

Active icon for tabs on android is:

$tabs-md-tab-icon-color-active: red;

On iOS

$tabs-ios-tab-icon-color-active: red;

Check out Sass variables for ionic

https://stackoverflow.com/questions/39774499/ionic2-tabs-how-to-change-selected-tabs-color

posted @ 2017-12-13 10:46  layfork  阅读(1327)  评论(0编辑  收藏  举报