We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 669c69c + 2a1e139 commit e2a96d6Copy full SHA for e2a96d6
src/basic/Tabs/DefaultTabBar.js
@@ -71,8 +71,8 @@ const DefaultTabBar = createReactClass({
71
>
72
<Text
73
style={[
74
- isTabActive ? activeTextStyle : textStyle,
75
- { fontSize: tabFontSize }
+ { fontSize: tabFontSize },
+ isTabActive ? activeTextStyle : textStyle
76
]}
77
78
{name}
src/theme/components/Card.js
@@ -19,7 +19,6 @@ export default (variables = variable) => {
19
},
20
marginVertical: 5,
21
marginHorizontal: 2,
22
- flex: 1,
23
borderWidth: variables.borderWidth,
24
borderRadius: variables.cardBorderRadius,
25
borderColor: variables.cardBorderColor,
0 commit comments