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
+1 -1
View File
@@ -157,7 +157,7 @@ class DayColumn extends Component {
'white' : symptomColor
const borderWidth = (isMucusOrCervix && !dataIsComplete) ? 2 : 0
const borderColor = symptomColor
const styleChild = [styles.symptomIcon, {
const styleChild = [styles.symptomDot, {
backgroundColor,
borderColor,
borderWidth