diff options
| author | Brendan F <EpicWolverine@users.noreply.github.com> | 2024-02-19 20:35:50 -0800 |
|---|---|---|
| committer | Brendan F <EpicWolverine@users.noreply.github.com> | 2024-02-19 20:35:50 -0800 |
| commit | 647edc9389b24bda19503514170ed31301ea0a72 (patch) | |
| tree | 2b76df7a0e6ada2ad0042d91b3b7b2a679e2f5e8 /src/constants/theme.ts | |
| parent | aa3a3063cbbd449ecd8b0d6092fd83ea4db27984 (diff) | |
Add guess states and exact artist match as a yellow
Diffstat (limited to 'src/constants/theme.ts')
| -rw-r--r-- | src/constants/theme.ts | 1 |
1 files changed, 1 insertions, 0 deletions
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; |
