Merge branch '302-bug-stats-crash' into 'master'

Resolve "bug: stats crash"

Closes #302

See merge request bloodyhealth/drip!177
This commit is contained in:
bl00dymarie
2019-02-07 19:40:03 +00:00
2 changed files with 41 additions and 40 deletions
+3 -12
View File
@@ -45,7 +45,8 @@ export default StyleSheet.create({
},
emphasis: {
fontWeight: 'bold',
fontFamily: textFontBold
fontFamily: textFontBold,
color: secondaryColor,
},
link: {
color: cycleDayColor,
@@ -308,17 +309,7 @@ export default StyleSheet.create({
},
statsRow: {
flexDirection: 'row',
width: '100%'
},
statsLabelLeft: {
width: '60%',
textAlign: 'left',
textAlignVertical: 'center',
marginLeft: 10
},
statsLabelRight: {
textAlign: 'left',
textAlignVertical: 'center'
flexWrap: 'wrap'
},
menuLabel: {
fontSize: 15,