Skip to content

Commit 2a1e139

Browse files
Merge pull request GeekyAnts#2144 from GeekyAnts/fix/tabFontSize/allowOverride
Allow overriding of theme variable with explicit styles prop on Tab c…
2 parents aacda22 + 08a478f commit 2a1e139

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/basic/Tabs/DefaultTabBar.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ const DefaultTabBar = createReactClass({
7171
>
7272
<Text
7373
style={[
74-
isTabActive ? activeTextStyle : textStyle,
75-
{ fontSize: tabFontSize }
74+
{ fontSize: tabFontSize },
75+
isTabActive ? activeTextStyle : textStyle
7676
]}
7777
>
7878
{name}

0 commit comments

Comments
 (0)