changes y-ticks and labels, cycle day display and colors of symbols

This commit is contained in:
tina
2018-09-03 20:21:05 +02:00
parent dd380cf9ba
commit 4d5658119a
5 changed files with 62 additions and 27 deletions
+2
View File
@@ -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]
export default StyleSheet.create({
welcome: {