Merge branch 'master'

This commit is contained in:
emelko
2018-08-31 00:36:19 +02:00
parent 5296a9c6ee
commit 3ff7dd7340
14 changed files with 1359 additions and 706 deletions
+2 -1
View File
@@ -29,6 +29,7 @@ export default class DayColumn extends Component {
temperatureExclude,
bleeding,
mucus,
cervix,
drawFhmLine,
drawLtlAt,
rightY,
@@ -135,4 +136,4 @@ export default class DayColumn extends Component {
</View>
)
}
}
}
+5
View File
@@ -61,6 +61,11 @@ const styles = {
'#a64ca6',
'#993299'
],
cervixIcon: {
width: 12,
height: 12,
borderRadius: 50
},
yAxis: {
width: config.columnWidth,
borderRightWidth: 0.5,