Style symptom row

This commit is contained in:
Julia Friesel
2018-08-24 19:20:40 +02:00
parent c54581d644
commit f6607b98c7
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -87,6 +87,10 @@ const styles = {
borderColor: '#00b159',
borderWidth: 2,
borderStyle: 'solid'
},
symptomRow: {
alignItems: 'center',
justifyContent: 'center'
}
}