fix status
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import {
|
||||
BanIcon,
|
||||
CircleCheckIcon,
|
||||
CheckCircle2Icon,
|
||||
CircleIcon,
|
||||
CircleXIcon,
|
||||
TimerIcon,
|
||||
@@ -41,8 +41,8 @@ export const statuses: Record<
|
||||
label: 'Em andamento'
|
||||
},
|
||||
COMPLETED: {
|
||||
icon: CircleCheckIcon,
|
||||
color: 'text-green-400 [&_svg]:text-background [&_svg]:fill-green-500',
|
||||
icon: CheckCircle2Icon,
|
||||
color: 'text-green-400 [&_svg]:text-green-500',
|
||||
label: 'Concluído'
|
||||
},
|
||||
FAILED: {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import {
|
||||
CheckCircleIcon,
|
||||
CheckCircle2Icon,
|
||||
ClockAlertIcon,
|
||||
RotateCcwIcon,
|
||||
CircleXIcon,
|
||||
@@ -29,7 +29,7 @@ export const statuses: Record<
|
||||
color: 'text-blue-400 [&_svg]:text-blue-500'
|
||||
},
|
||||
PAID: {
|
||||
icon: CheckCircleIcon,
|
||||
icon: CheckCircle2Icon,
|
||||
color: 'text-green-400 [&_svg]:text-green-500',
|
||||
label: 'Pago'
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user