We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f8ea688 + 6f6898b commit 0750fefCopy full SHA for 0750fef
src/tabs/tabs.ios.ts
@@ -998,7 +998,7 @@ export class Tabs extends TabsBase {
998
this.viewController.tabBar.setTitleColorForState(this._selectedItemColor.ios, UIControlState.Selected);
999
}
1000
if (this._unSelectedItemColor) {
1001
- this.viewController.tabBar.setTitleColorForState(this._selectedItemColor.ios, UIControlState.Normal);
+ this.viewController.tabBar.setTitleColorForState(this._unSelectedItemColor.ios, UIControlState.Normal);
1002
1003
1004
0 commit comments