From afee8f0c50ce77c5a89ceb8e1516815ec17b28be Mon Sep 17 00:00:00 2001 From: Brandon Presley Date: Mon, 12 Dec 2022 13:15:55 +1300 Subject: [PATCH] Make light+dark colors same length --- colors.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/colors.ts b/colors.ts index 00888f1..3feda47 100644 --- a/colors.ts +++ b/colors.ts @@ -6,7 +6,6 @@ export const lightColors = [ {hex: '#FA8072', name: 'Salmon'}, {hex: '#FFC0CB', name: 'Pink'}, {hex: '#E9DCC9', name: 'Linen'}, - {hex: '#BBA1CE', name: 'Light purple'}, ] export const darkColors = [