diff --git a/ui/tab-view/tab-view.ios.ts b/ui/tab-view/tab-view.ios.ts index fd75b46b2..bf97f79cf 100644 --- a/ui/tab-view/tab-view.ios.ts +++ b/ui/tab-view/tab-view.ios.ts @@ -354,7 +354,7 @@ function getTitleAttributesForStates(tabView: TabView): { normalState: any, sele selectedState[UITextAttributeTextColor] = tabView.ios.tabBar.tintColor; } - var defaultFont = UIFont.systemFontOfSize(UIFont.labelFontSize()); + var defaultFont = UIFont.systemFontOfSize(10); var font = (tabView.style)._fontInternal.getUIFont(defaultFont); normalState[NSFontAttributeName] = font; selectedState[NSFontAttributeName] = font;