Showing
2 changed files
with
2 additions
and
1 deletions
@@ -118,7 +118,7 @@ export default class NewArrival extends Component { | @@ -118,7 +118,7 @@ export default class NewArrival extends Component { | ||
118 | <View style={{ | 118 | <View style={{ |
119 | width, | 119 | width, |
120 | height: featuredHigh+50, | 120 | height: featuredHigh+50, |
121 | - | 121 | + marginBottom: 15, |
122 | alignItems: 'center', | 122 | alignItems: 'center', |
123 | }}> | 123 | }}> |
124 | <Text style={styles.headerText} > | 124 | <Text style={styles.headerText} > |
@@ -135,6 +135,7 @@ let styles = StyleSheet.create({ | @@ -135,6 +135,7 @@ let styles = StyleSheet.create({ | ||
135 | borderRadius: 3, | 135 | borderRadius: 3, |
136 | borderColor: 'black', | 136 | borderColor: 'black', |
137 | borderWidth: 0.5, | 137 | borderWidth: 0.5, |
138 | + justifyContent: 'center', | ||
138 | }, | 139 | }, |
139 | button: { | 140 | button: { |
140 | flex: 1, | 141 | flex: 1, |
-
Please register or login to post a comment