Merge branch '150-apply-design-to-chart' into 'master'
changes y-ticks and labels, cycle day display and colors of symbols Closes #146 and #150 See merge request bloodyhealth/drip!72
This commit is contained in:
@@ -3,6 +3,8 @@ import { StyleSheet } from 'react-native'
|
||||
export const primaryColor = '#ff7e5f'
|
||||
export const secondaryColor = '#351c4d'
|
||||
export const fontOnPrimaryColor = 'white'
|
||||
export const shadesOfRed = ['#ffcbbf', '#ffb19f', '#ff977e', '#ff7e5f'] // light to dark
|
||||
export const shadesOfGrey = ['#e5e5e5', '#cccccc'] // [lighter, darker]
|
||||
|
||||
const defaultBottomMargin = 5
|
||||
const defaultIndentation = 10
|
||||
|
||||
Reference in New Issue
Block a user