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