Code edited in Lovable Code Editor

Edited UI in Lovable
This commit is contained in:
gpt-engineer-app[bot]
2025-12-19 11:02:06 +00:00
parent 0778eec288
commit 277f7506c3

View File

@@ -96,7 +96,7 @@ export default function AdminOrders() {
const getStatusBadge = (status: string | null) => {
switch (status) {
case "paid":
return <Badge className="bg-accent">Lunas</Badge>;
return <Badge className="bg-accent text-primary-foreground">Lunas</Badge>;
case "pending":
return <Badge className="bg-secondary text-primary-foreground">Pending</Badge>;
case "cancelled":