applies little improvements suggested in review

This commit is contained in:
tina
2018-09-14 13:22:24 +02:00
parent cc4c1e8ed6
commit 5218e72daf
5 changed files with 42 additions and 206 deletions
+2 -2
View File
@@ -71,7 +71,7 @@ export default class DayColumn extends Component {
const cycleDayNumber = getCycleDayNumber(dateString)
const shortDate = dateString.split('-').slice(1).join('-')
const cycleDayLabel = (
<Text style={label.number}>
<Text style = {label.number}>
{cycleDayNumber ? cycleDayNumber : ' '}
</Text>)
const dateLabel = (
@@ -140,7 +140,7 @@ export default class DayColumn extends Component {
{typeof symptoms.sex === 'number' &&
<View
{...styles.mucusIcon}
backgroundColor={styles.mucusIconShades[symptoms.mucus]}
backgroundColor='orange'
key='sex'
/>
}