Style radio button row

This commit is contained in:
Julia Friesel
2018-07-15 23:01:10 +02:00
parent eba5837350
commit 8639208018
2 changed files with 7 additions and 2 deletions
+6 -1
View File
@@ -31,7 +31,7 @@ export default StyleSheet.create({
},
radioButton: {
fontSize: 18,
margin: 5,
margin: 8,
textAlign: 'center',
textAlignVertical: 'center'
},
@@ -77,5 +77,10 @@ export default StyleSheet.create({
},
symptomEditButton: {
width: 130
},
radioButtonRow: {
marginTop: 15,
marginLeft: 'auto',
marginRight: 'auto'
}
})