changes y-ticks and labels, cycle day display and colors of symbols
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]
|
||||
|
||||
export default StyleSheet.create({
|
||||
welcome: {
|
||||
|
||||
Reference in New Issue
Block a user