refactor: handle status canceled
This commit is contained in:
parent
1fc44abdb4
commit
9590467d0f
2 changed files with 12 additions and 21 deletions
|
|
@ -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',
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue