Rename yellow-green to Green

This commit is contained in:
Brandon Presley 2024-02-17 20:57:44 +13:00
parent 495d6b35b7
commit 2d9c69a3dd
1 changed files with 1 additions and 1 deletions

View File

@ -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" },
];