diff --git a/projects/ui/src/lib/components/po-list-view/po-list-view.component.html b/projects/ui/src/lib/components/po-list-view/po-list-view.component.html index 3db9c95a1e..fde0c0f3cc 100644 --- a/projects/ui/src/lib/components/po-list-view/po-list-view.component.html +++ b/projects/ui/src/lib/components/po-list-view/po-list-view.component.html @@ -70,7 +70,7 @@ [p-disabled]="returnBooleanValue(action, item, 'disabled')" [p-icon]="action.icon" [p-label]="action.label" - [p-kind]="action.type" + [p-danger]="action.type === 'danger'" (p-click)="onClickAction(action, item)" >