refactor: edit color badge

This commit is contained in:
Thanaphon Frappet 2025-02-21 14:28:40 +07:00
parent 4aa27d834f
commit 05ececd632

View file

@ -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',
};