Introduces SymptomIcon component

This commit is contained in:
mashazyu
2019-11-17 17:28:02 +01:00
committed by Sofiya Tepikin
parent 34a0e15e66
commit 270b823c20
4 changed files with 41 additions and 11 deletions
+5 -1
View File
@@ -61,7 +61,7 @@ const styles = {
width: gridLineWidthVertical,
}
},
symptomIcon: {
symptomDot: {
width: 12,
height: 12,
borderRadius: 50,
@@ -127,6 +127,10 @@ const styles = {
fontWeight: '100',
}
},
symptomIcon: {
alignItems: 'center',
justifyContent: 'center',
},
horizontalGrid: {
position:'absolute',
borderStyle: 'solid',