Align date label with dates

This commit is contained in:
Kevin Sullivan
2019-02-16 21:17:52 -08:00
parent fc4aec809d
commit 246a6b3bb7
2 changed files with 6 additions and 5 deletions
+5 -1
View File
@@ -34,6 +34,7 @@ const styles = {
fontSize: 9,
fontWeight: '100',
textAlign: 'center',
paddingTop: 2.5
},
number: {
color: cycleDayColor,
@@ -101,7 +102,10 @@ const styles = {
},
dateLabel: {
textAlign: 'center',
justifyContent: 'center'
justifyContent: 'center',
color: 'grey',
fontSize: 9,
fontWeight: '100',
}
},
horizontalGrid: {