diff --git a/components/chart/day-column.js b/components/chart/day-column.js index a7e0d89..2f419a0 100644 --- a/components/chart/day-column.js +++ b/components/chart/day-column.js @@ -1,6 +1,6 @@ import React, { Component } from 'react' import { - Text, View + Text, View, TouchableOpacity } from 'react-native' import Svg,{ G, @@ -112,7 +112,7 @@ export default class DayColumn extends Component { // ) const column = ( - this.passDateToDayView(dateString)}> + + this.passDateToDayView(dateString)} + activeOpacity={1} + > {typeof symptoms.bleeding === 'number' && @@ -199,7 +202,7 @@ export default class DayColumn extends Component { {cycleDayLabel} {dateLabel} - + ) } }