Make stats look a bit more consistent with framed segment

Co-Authored-By: tina <1700791-liv-theo@users.noreply.gitlab.com>
This commit is contained in:
emelko
2019-02-05 01:20:35 +01:00
parent ca905c6bc6
commit 646543c928
2 changed files with 16 additions and 22 deletions
+2 -11
View File
@@ -45,7 +45,8 @@ export default StyleSheet.create({
},
emphasis: {
fontWeight: 'bold',
fontFamily: textFontBold
fontFamily: textFontBold,
color: secondaryColor,
},
link: {
color: cycleDayColor,
@@ -307,16 +308,6 @@ export default StyleSheet.create({
flexDirection: 'row',
width: '100%'
},
statsLabelLeft: {
width: '60%',
textAlign: 'left',
textAlignVertical: 'center',
marginLeft: 10
},
statsLabelRight: {
textAlign: 'left',
textAlignVertical: 'center'
},
menuLabel: {
fontSize: 15,
color: fontOnPrimaryColor