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:
@@ -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',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user