Label last day of post-ovu phase differently

This commit is contained in:
Julia Friesel
2018-07-16 18:39:40 +02:00
parent 79f17644d7
commit b455a030cc
3 changed files with 9 additions and 5 deletions
+2 -2
View File
@@ -21,7 +21,6 @@ export default StyleSheet.create({
},
cycleDayNumber: {
fontSize: 18,
margin: 15,
textAlign: 'center',
textAlignVertical: 'center'
},
@@ -57,7 +56,8 @@ export default StyleSheet.create({
cycleDayNumberView: {
justifyContent: 'center',
backgroundColor: 'skyblue',
marginBottom: 15
marginBottom: 15,
paddingVertical: 15
},
homeButtons: {
marginHorizontal: 15