refactor: handle status canceled

This commit is contained in:
Thanaphon Frappet 2025-01-07 11:29:40 +07:00
parent 1fc44abdb4
commit 9590467d0f
2 changed files with 12 additions and 21 deletions

View file

@ -135,4 +135,5 @@ export const hslaColors: Record<string, string> = {
PaymentInProcess: '--purple-7-hsl',
PaymentSuccess: '--green-8-hsl',
ProcessComplete: '--blue-6-hsl',
Canceled: '--red-6-hsl',
};