Change color name of Red to Brandy

This commit is contained in:
Brandon Presley 2023-11-21 19:24:47 +13:00
parent 0163788175
commit 610d55c932
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ export const DARK_COLORS = [
{ hex: DefaultTheme.colors.primary, name: "Purple" },
{ hex: "#0051a9", name: "Blue" },
{ hex: "#000000", name: "Black" },
{ hex: "#863c3c", name: "Red" },
{ hex: "#863c3c", name: "Brandy" },
{ hex: "#1c6000", name: "Kermit" },
{ hex: "#8A2BE2", name: "Blue Violet" },
{ hex: "#6A5ACD", name: "Slate Blue" },