embed color based on if the lookup was successful
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 1m2s

This commit is contained in:
Lee
2024-04-18 06:33:30 +01:00
parent 19e386b539
commit 6238400ffe
5 changed files with 50 additions and 8 deletions

4
src/common/colors.ts Normal file
View File

@ -0,0 +1,4 @@
export const Colors = {
green: "#0FFF50",
red: "#8B0000",
};