From 647edc9389b24bda19503514170ed31301ea0a72 Mon Sep 17 00:00:00 2001 From: Brendan F Date: Mon, 19 Feb 2024 20:35:50 -0800 Subject: Add guess states and exact artist match as a yellow --- src/constants/theme.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/constants') diff --git a/src/constants/theme.ts b/src/constants/theme.ts index 731ef36..1de6309 100644 --- a/src/constants/theme.ts +++ b/src/constants/theme.ts @@ -6,6 +6,7 @@ export const theme = { background100: "#002E3D", green: "#4DBB60", + yellow: "#FFFF00", red: "#FF0000", gray: "#E6E6E6", } as const; -- cgit v1.2.3