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:
+2
-11
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user