Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-04-26 08:09:31 +00:00
co-authored by renee-png
parent 2a10b934c0
commit 953edb1a2d
+1 -1
View File
@@ -385,7 +385,7 @@ export function CasePaymentPlansTab({ caseRecord }: { caseRecord: any }) {
</TableCell>
<TableCell>
{i.paid ? (
<Badge className="bg-green-600 hover:bg-green-600 text-white">Paid</Badge>
<Badge className="bg-primary text-primary-foreground hover:bg-primary">Paid</Badge>
) : req ? (
<Badge variant="outline">{req.status}</Badge>
) : (