Skip to content

Commit e2a96d6

Browse files
Supriya KalghatgiSupriya Kalghatgi
Supriya Kalghatgi
authored and
Supriya Kalghatgi
committed
Merge branch 'development' of github.com:GeekyAnts/NativeBase into development
2 parents 669c69c + 2a1e139 commit e2a96d6

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
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}

src/theme/components/Card.js

-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ export default (variables = variable) => {
1919
},
2020
marginVertical: 5,
2121
marginHorizontal: 2,
22-
flex: 1,
2322
borderWidth: variables.borderWidth,
2423
borderRadius: variables.cardBorderRadius,
2524
borderColor: variables.cardBorderColor,

0 commit comments

Comments
 (0)