File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ export class Icon {
143
143
css += this . _name ;
144
144
}
145
145
146
- if ( this . mode === 'ios' && ! this . isActive ) {
146
+ if ( this . mode === 'ios' && ! this . isActive && css . indexOf ( 'logo' ) < 0 ) {
147
147
css += '-outline' ;
148
148
}
149
149
Original file line number Diff line number Diff line change @@ -224,7 +224,7 @@ export class Tab3 {
224
224
<ion-tabs #content (ionChange)="onChange($event)">
225
225
<ion-tab tabTitle="Plain List" tabIcon="star" [root]="root1" (ionSelect)="onSelect($event)"></ion-tab>
226
226
<ion-tab tabTitle="Schedule" tabIcon="globe" [root]="root2"></ion-tab>
227
- <ion-tab tabTitle="Stopwatch" tabIcon="stopwatch " [root]="root3"></ion-tab>
227
+ <ion-tab tabTitle="Stopwatch" tabIcon="logo-facebook " [root]="root3"></ion-tab>
228
228
<ion-tab tabTitle="Messages" tabIcon="chatboxes" [root]="root1"></ion-tab>
229
229
<ion-tab tabTitle="My Profile" tabIcon="person" [root]="root2"></ion-tab>
230
230
</ion-tabs>
You can’t perform that action at this time.
0 commit comments