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:
+3
-12
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user