changes y-ticks and labels, cycle day display and colors of symbols

This commit is contained in:
tina
2018-09-03 20:21:05 +02:00
parent dd380cf9ba
commit 4d5658119a
5 changed files with 62 additions and 27 deletions
+2 -2
View File
@@ -73,7 +73,7 @@ export default class DayColumn extends Component {
const shortDate = dateString.split('-').slice(1).join('-')
const cycleDayLabel = (
<Text style={label.number}>
{cycleDayNumber}
{cycleDayNumber ? cycleDayNumber : ' '}
</Text>)
const dateLabel = (
<Text style = {label.date}>
@@ -120,7 +120,7 @@ export default class DayColumn extends Component {
<Icon
name='drop'
size={18}
color='#900'
color={styles.bleedingIconShades[bleeding]}
key='bleeding'
/>
}