Merge branch '213-change-cycle-day-color-in-chart' into 'master'

Resolve "change cycle day color in chart" (depends on !100)

Closes #213

See merge request bloodyhealth/drip!103
This commit is contained in:
tina
2018-11-07 12:24:00 +00:00
4 changed files with 30 additions and 19 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
import config from '../../config'
import {primaryColor, shadesOfRed} from '../../styles/index'
import { shadesOfRed, cycleDayColor } from '../../styles/index'
const colorTemperature = '#765285'
const colorTemperatureLight = '#a67fb5'
@@ -36,7 +36,7 @@ const styles = {
textAlign: 'center',
},
number: {
color: primaryColor,
color: cycleDayColor,
fontSize: numberLabelFontSize,
textAlign: 'center',
}