refactor: edit color badge
This commit is contained in:
parent
4aa27d834f
commit
05ececd632
1 changed files with 5 additions and 2 deletions
|
|
@ -80,6 +80,9 @@ export const columns = [
|
|||
] as const satisfies QTableProps['columns'];
|
||||
|
||||
export const hslaColors: Record<string, string> = {
|
||||
Pending: '--blue-6-hsl',
|
||||
Success: '--red-6-hsl',
|
||||
Issued: '--orange-6-hsl',
|
||||
PaymentPending: '--orange-10-hsl',
|
||||
PaymentSuccess: '--green-8-hsl',
|
||||
ProcessComplete: '--blue-6-hsl',
|
||||
Canceled: '--red-6-hsl',
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue