Hook up fertility temp status to app

This commit is contained in:
Julia Friesel
2018-07-02 16:55:20 +02:00
parent 03a0f1fb75
commit 1c791df5ad
6 changed files with 57 additions and 25 deletions
+3 -5
View File
@@ -14,14 +14,13 @@ export default StyleSheet.create({
dateHeader: {
fontSize: 20,
fontWeight: 'bold',
margin: 30,
margin: 20,
color: 'white',
textAlign: 'center',
textAlignVertical: 'center'
},
cycleDayNumber: {
fontSize: 18,
margin: 20,
textAlign: 'center',
textAlignVertical: 'center'
},
@@ -77,14 +76,13 @@ export default StyleSheet.create({
justifyContent: 'space-around'
},
cycleDayDateView: {
flex: 2,
justifyContent: 'center',
backgroundColor: 'steelblue'
},
cycleDayNumberView: {
flex: 1,
justifyContent: 'center',
backgroundColor: 'skyblue'
backgroundColor: 'skyblue',
padding: 10
},
cycleDaySymptomsView: {
flex: 8,