diff options
Diffstat (limited to 'src/constants')
| -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; |
