Skip to content

Commit

Permalink
FontSize fix for textHeading in scrollable tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
Lakshaya Maheshwari committed Feb 28, 2020
1 parent 3924fa6 commit 229fd8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/basic/Tabs/ScrollableTabBar.js
Expand Up @@ -274,7 +274,7 @@ const ScrollableTabBar = createReactClass({
this.props.textStyle[page],
this.props.activeTextStyle[page],
this.props.tabHeaderStyle[page],
variables.tabFontSize
this.props.tabFontSize[page]
);
})}
<Animated.View
Expand Down

0 comments on commit 229fd8b

Please sign in to comment.