From 970af8bd6a7cd9589a4570acb8165ac83e36066c Mon Sep 17 00:00:00 2001 From: Kartik Labhshetwar Date: Wed, 17 Dec 2025 18:12:00 +0530 Subject: [PATCH] fix: change button color to destructive in WorkflowListPage (#25965) --- packages/features/ee/workflows/components/WorkflowListPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/features/ee/workflows/components/WorkflowListPage.tsx b/packages/features/ee/workflows/components/WorkflowListPage.tsx index 63d93d9609..b430bda0b7 100644 --- a/packages/features/ee/workflows/components/WorkflowListPage.tsx +++ b/packages/features/ee/workflows/components/WorkflowListPage.tsx @@ -272,7 +272,7 @@ export default function WorkflowListPage({ workflows }: Props) { setDeleteDialogOpen(true); setwWorkflowToDeleteId(workflow.id); }} - color="secondary" + color="destructive" variant="icon" disabled={ workflow.permissions ? !workflow.permissions?.canDelete : workflow.readOnly