Align grid

This commit is contained in:
Julia Friesel
2018-08-16 21:32:55 +02:00
parent 29a82fca9f
commit ff60db089c
2 changed files with 66 additions and 50 deletions
+2 -1
View File
@@ -53,8 +53,9 @@ export default StyleSheet.create({
justifyContent: 'center',
alignItems: 'center',
marginTop: '20%',
marginHorizontal: 1,
minWidth: 100,
minHeight: 100
minHeight: 100,
},
symptomEditRow: {
justifyContent: 'space-between',