change layouts of cycle-day, edit symptoms screens and home
This commit is contained in:
@@ -8,6 +8,33 @@ export default StyleSheet.create({
|
||||
welcome: {
|
||||
fontSize: 20,
|
||||
margin: 30,
|
||||
textAlign: 'center'
|
||||
}
|
||||
textAlign: 'center',
|
||||
textAlignVertical: 'center'
|
||||
},
|
||||
dateHeader: {
|
||||
fontSize: 20,
|
||||
fontWeight: 'bold',
|
||||
margin: 30,
|
||||
color: 'white',
|
||||
textAlign: 'center',
|
||||
textAlignVertical: 'center'
|
||||
},
|
||||
cycleDayNumber: {
|
||||
fontSize: 18,
|
||||
margin: 20,
|
||||
textAlign: 'center',
|
||||
textAlignVertical: 'center'
|
||||
},
|
||||
symptomDayView: {
|
||||
fontSize: 20,
|
||||
margin: 30,
|
||||
textAlign: 'left',
|
||||
textAlignVertical: 'center'
|
||||
},
|
||||
radioButton: {
|
||||
fontSize: 18,
|
||||
margin: 5,
|
||||
textAlign: 'center',
|
||||
textAlignVertical: 'center'
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user