extracts stats strings and improves copy

This commit is contained in:
tina
2018-08-15 18:49:45 +02:00
parent f2b8723fb9
commit 392e09fb8d
3 changed files with 66 additions and 21 deletions
+18 -2
View File
@@ -83,9 +83,25 @@ export default StyleSheet.create({
marginLeft: 'auto',
marginRight: 'auto'
},
stats: {
statsIntro: {
fontSize: 18,
margin: 10,
textAlign: 'left',
textAlignVertical: 'center'
},
statsRow: {
flexDirection: 'row',
width: '100%'
},
statsLabelLeft: {
fontSize: 18,
width: '60%',
textAlign: 'left',
textAlignVertical: 'center',
marginLeft: 10
},
statsLabelRight: {
fontSize: 18,
margin: 30,
textAlign: 'left',
textAlignVertical: 'center'
}