Introduces SymptomIcon component
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user