Changes
Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
co-authored by
renee-png
parent
eca26bd0dd
commit
d007b17f08
@@ -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>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user