uses cycle day symbol in chart and corresponding color

This commit is contained in:
tina
2018-10-31 17:12:24 +01:00
parent eefe3ae113
commit d81e4a8e45
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',
}