Add kermit color and fix contrast ratio of blue+red

This commit is contained in:
Brandon Presley 2022-12-12 13:14:51 +13:00
parent 6568d224ea
commit 9217712a31
1 changed files with 3 additions and 2 deletions

View File

@ -11,9 +11,10 @@ export const lightColors = [
export const darkColors = [
{hex: DefaultTheme.colors.primary, name: 'Purple'},
{hex: '#007AFF', name: 'Blue'},
{hex: '#0051a9', name: 'Blue'},
{hex: '#000000', name: 'Black'},
{hex: '#CD5C5C', name: 'Red'},
{hex: '#863c3c', name: 'Red'},
{hex: '#1c6000', name: 'Kermit'},
]
export const colorShade = (color: any, amount: number) => {