File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 44 font-family : 'materialdesignicons-webfont' , 'Material Design Icons' ;
55}
66MDTabStrip {
7- selected-item-color : # FFFFFF ;
7+ selected-item-color : # bff937 ;
88 un-selected-item-color : # 404040 ;
99 highlight-color : # 4CFFFF ;
1010}
Original file line number Diff line number Diff line change @@ -5,9 +5,7 @@ import { AppModule } from './app/app.module';
55
66if ( global . isIOS ) {
77 themer . setPrimaryColor ( '#bff937' ) ;
8- themer . setPrimaryColorVariant ( '#33B5E5' ) ;
9- themer . setAccentColor ( '#ff8a39' ) ;
10- themer . setSecondaryColor ( '#a830d7' ) ;
8+
119}
1210
1311// A traditional NativeScript application starts by initializing global objects,
Original file line number Diff line number Diff line change @@ -577,12 +577,12 @@ export class Tabs extends TabsBase {
577577 if ( tabStripItems ) {
578578 if ( tabStripItems [ newIndex ] ) {
579579 tabStripItems [ newIndex ] . _emit ( TabStripItem . selectEvent ) ;
580- // this.updateItemColors(tabStripItems[newIndex]);
580+ this . updateItemColors ( tabStripItems [ newIndex ] ) ;
581581 }
582582
583583 if ( tabStripItems [ oldIndex ] ) {
584584 tabStripItems [ oldIndex ] . _emit ( TabStripItem . unselectEvent ) ;
585- // this.updateItemColors(tabStripItems[oldIndex]);
585+ this . updateItemColors ( tabStripItems [ oldIndex ] ) ;
586586 }
587587 }
588588
You can’t perform that action at this time.
0 commit comments