Update stats layout
This commit is contained in:
+3
-4
@@ -89,6 +89,7 @@ const styles = StyleSheet.create({
|
|||||||
alignItems: 'center',
|
alignItems: 'center',
|
||||||
flexDirection: 'row',
|
flexDirection: 'row',
|
||||||
justifyContent: 'space-between',
|
justifyContent: 'space-between',
|
||||||
|
paddingTop: Spacing.base,
|
||||||
},
|
},
|
||||||
columnLeft: {
|
columnLeft: {
|
||||||
...column,
|
...column,
|
||||||
@@ -100,8 +101,6 @@ const styles = StyleSheet.create({
|
|||||||
paddingTop: Spacing.small,
|
paddingTop: Spacing.small,
|
||||||
},
|
},
|
||||||
image: {
|
image: {
|
||||||
marginLeft: Spacing.large,
|
|
||||||
marginTop: Spacing.large,
|
|
||||||
resizeMode: 'contain',
|
resizeMode: 'contain',
|
||||||
|
|
||||||
},
|
},
|
||||||
@@ -110,8 +109,8 @@ const styles = StyleSheet.create({
|
|||||||
marginBottom: Spacing.large,
|
marginBottom: Spacing.large,
|
||||||
},
|
},
|
||||||
pageContainer: {
|
pageContainer: {
|
||||||
marginVertical: Spacing.base,
|
marginTop: Spacing.base * 2,
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
export default Stats
|
export default Stats
|
||||||
|
|||||||
Reference in New Issue
Block a user