style: Change button variant from destructive to outline.

This commit is contained in:
2026-03-04 15:59:25 -07:00
parent 6afee0a976
commit 8ec71b8e54

View File

@@ -1002,7 +1002,7 @@
Editar
</Button>
<Button
variant="destructive"
variant="outline"
size="sm"
disabled={selectedInvoiceIds.length === 0}
onclick={() => (showDeleteDialog = true)}