File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -257,8 +257,8 @@ export class BottomNavigationTab extends BottomNavigationTabBase {
257
257
this . inactiveColor instanceof Color
258
258
? this . inactiveColor . android
259
259
: this . nativeViewProtected . getIconTintList ( )
260
- ? this . nativeViewProtected . getIconTintList ( ) . getColorForState ( stateSets . BACKGROUND_DEFAULT_STATE_2 , color1 )
261
- : 0 ;
260
+ ? this . nativeViewProtected . getIconTintList ( ) . getColorForState ( stateSets . BACKGROUND_DEFAULT_STATE_2 , color1 )
261
+ : 0 ;
262
262
const colorStateList = createColorStateList ( color1 , color2 ) ;
263
263
// this.nativeViewProtected.color(colorStateList); // can we set the text color?
264
264
this . nativeViewProtected . setIconTintList ( colorStateList ) ;
@@ -271,8 +271,8 @@ export class BottomNavigationTab extends BottomNavigationTabBase {
271
271
this . activeColor instanceof Color
272
272
? this . activeColor . android
273
273
: this . nativeViewProtected . getIconTintList ( )
274
- ? this . nativeViewProtected . getIconTintList ( ) . getColorForState ( stateSets . SELECTED_STATE_SET , color2 )
275
- : 0 ;
274
+ ? this . nativeViewProtected . getIconTintList ( ) . getColorForState ( stateSets . SELECTED_STATE_SET , color2 )
275
+ : 0 ;
276
276
const colorStateList = createColorStateList ( color1 , color2 ) ;
277
277
// this.nativeViewProtected.setText(colorStateList); // can we set the text color?
278
278
this . nativeViewProtected . setIconTintList ( colorStateList ) ;
You can’t perform that action at this time.
0 commit comments