Improve symptom data display

This commit is contained in:
Julia Friesel
2018-08-18 18:02:43 +02:00
parent 322b3c00d7
commit 39d598f3aa
3 changed files with 48 additions and 30 deletions
+24 -5
View File
@@ -50,13 +50,14 @@ export default StyleSheet.create({
borderColor: secondaryColor,
borderStyle: 'solid',
borderWidth: 1,
borderRadius: 10,
justifyContent: 'center',
borderTopLeftRadius: 10,
borderTopRightRadius: 10,
alignItems: 'center',
marginTop: '20%',
marginTop: '10%',
paddingVertical: '6%',
marginHorizontal: 1,
minWidth: 100,
minHeight: 100,
width: 110,
height: 80,
},
symptomBoxActive: {
backgroundColor: secondaryColor,
@@ -64,6 +65,24 @@ export default StyleSheet.create({
symptomTextActive: {
color: fontOnPrimaryColor
},
symptomDataBox: {
borderColor: secondaryColor,
borderStyle: 'solid',
borderLeftWidth: 1,
borderRightWidth: 1,
borderBottomWidth: 1,
borderBottomLeftRadius: 10,
borderBottomRightRadius: 10,
alignItems: 'center',
justifyContent: 'center',
padding: '3%',
marginHorizontal: 1,
width: 110,
height: 50,
},
symptomDataText: {
fontSize: 12
},
symptomEditRow: {
justifyContent: 'space-between',
marginBottom: 10,