little improvements after review

This commit is contained in:
tina
2018-09-26 11:02:40 +02:00
parent 545c334654
commit cdef99d616
5 changed files with 48 additions and 59 deletions
+1 -1
View File
@@ -149,7 +149,7 @@ export default class DayColumn extends Component {
<View
{...styles.symptomIcon}
// cervix is sum of openess and firmness - fertile only when closed and hard (=0)
backgroundColor={this.props.cervix > 0 ? styles.iconShades.cervix[1] : styles.iconShades.cervix[0]}
backgroundColor={this.props.cervix > 0 ? styles.iconShades.cervix[2] : styles.iconShades.cervix[0]}
/>
</SymptomIconView>
),