This commit is contained in:
2026-05-25 22:44:47 +02:00
parent baddc945f6
commit 93b7be7e2c
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -290,7 +290,7 @@ const createInvoice = async () => {
</TableCell>
<TableCell class="print:hidden">
<Button size="icon" variant="ghost" @click="deleteEntry(entry)">
<Trash2 class="size-4 text-muted-foreground" />
<Trash2 class="text-muted-foreground" />
</Button>
</TableCell>
</TableRow>