Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabio Brasileiro authored and Fabio Brasileiro committed Nov 3, 2024
1 parent e7de100 commit eeb22a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<!-- styleClass="!w-full md:!w-80 lg:!w-[30rem] !bg-primary !flex-none !rounded-md !border-border !px-4 !py-2.5 !text-xs !font-semibold !text-primary-foreground" -->
<p-toolbar styleClass="mb-6 gap-2 !bg-background !border-border">
<ng-template pTemplate="left">
<p-button pRipple severity="success" label="New" icon="pi pi-plus" class="mr-2" styleClass="!bg-primary !border-border !text-primary-foreground" (click)="openNew()" />
<p-button pRipple severity="success" label="New" icon="pi pi-plus" class="mr-2" styleClass="!bg-primary !border-border !text-primary" (click)="openNew()" />
<p-button pRipple severity="danger" label="Delete" icon="pi pi-trash" (click)="deleteSelectedProducts()"
[disabled]="!selectedProducts || !selectedProducts.length" />
</ng-template>
Expand Down

0 comments on commit eeb22a6

Please sign in to comment.