From cdb4ceec28b11f90a3b4579964f13a7385cd089e Mon Sep 17 00:00:00 2001 From: Brandon Presley Date: Wed, 28 Sep 2022 14:06:44 +1300 Subject: [PATCH] Move salmon to light colors --- colors.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colors.ts b/colors.ts index 1aefebb..be71300 100644 --- a/colors.ts +++ b/colors.ts @@ -1,11 +1,11 @@ export const lightColors = [ + {hex: '#FA8072', name: 'Salmon'}, {hex: '#B3E5FC', name: 'Cyan'}, {hex: '#FFC0CB', name: 'Pink'}, {hex: '#E9DCC9', name: 'Linen'}, ]; export const darkColors = [ - {hex: '#FA8072', name: 'Salmon'}, {hex: '#8156A7', name: 'Purple'}, {hex: '#007AFF', name: 'Blue'}, {hex: '#000000', name: 'Black'},