Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-04-19 17:02:30 +00:00
co-authored by renee-png
parent eca26bd0dd
commit d007b17f08
+2 -2
View File
@@ -382,7 +382,7 @@ function InvoicesIndex() {
<td className="px-4 py-3 text-right tabular-nums font-medium">{formatCurrency(amount)}</td>
<td className="px-4 py-3 text-xs">
{marked ? (
<Badge variant="outline" className="text-amber-700 border-amber-300">Marked invoiced</Badge>
<Badge variant="outline" className="text-muted-foreground">Marked invoiced</Badge>
) : (
<Badge variant="outline">Unbilled</Badge>
)}
@@ -466,7 +466,7 @@ function InvoicesIndex() {
<td className="px-4 py-3 text-right tabular-nums font-medium">{formatCurrency(e.amount)}</td>
<td className="px-4 py-3 text-xs">
{marked ? (
<Badge variant="outline" className="text-amber-700 border-amber-300">Marked invoiced</Badge>
<Badge variant="outline" className="text-muted-foreground">Marked invoiced</Badge>
) : (
<Badge variant="outline">Unbilled</Badge>
)}