From 2d9c69a3ddf31136af4e4d26de1cb6c315037576 Mon Sep 17 00:00:00 2001 From: Brandon Presley Date: Sat, 17 Feb 2024 20:57:44 +1300 Subject: [PATCH] Rename yellow-green to Green --- colors.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colors.ts b/colors.ts index 68775cb..7d9bb02 100644 --- a/colors.ts +++ b/colors.ts @@ -6,7 +6,7 @@ export const LIGHT_COLORS = [ { hex: "#FA8072", name: "Salmon" }, { hex: "#FFC0CB", name: "Pink" }, { hex: "#E9DCC9", name: "Linen" }, - { hex: "#9ACD32", name: "Yellow Green" }, + { hex: "#9ACD32", name: "Green" }, { hex: "#FFD700", name: "Gold" }, { hex: "#00CED1", name: "Turquoise" }, ];