diff --git a/src/packages/tabbaritem/tabbaritem.scss b/src/packages/tabbaritem/tabbaritem.scss index 89039a35c2..fcdec7da14 100644 --- a/src/packages/tabbaritem/tabbaritem.scss +++ b/src/packages/tabbaritem/tabbaritem.scss @@ -22,6 +22,12 @@ width: 22px; height: 22px; font-size: 22px; + /* #ifdef harmony*/ + color: $tabbar-inactive-color; + /* #endif*/ + /* #ifndef harmony*/ + color: inherit; + /* #endif*/ } &-nav {