diff --git a/packages/features/ee/workflows/components/v2/EventWorkflowsTab.tsx b/packages/features/ee/workflows/components/v2/EventWorkflowsTab.tsx
index fe07b10585..e0cb1ccfcc 100644
--- a/packages/features/ee/workflows/components/v2/EventWorkflowsTab.tsx
+++ b/packages/features/ee/workflows/components/v2/EventWorkflowsTab.tsx
@@ -88,19 +88,17 @@ const WorkflowListItem = (props: ItemProps) => {
});
return (
-
-
+
+
{getActionIcon(
workflow.steps,
- isActive
- ? "sm:h-7 sm:w-7 w-[17px] h-[17px] stroke-[1.5px] text-gray-700"
- : "h-7 w-7 w-[25px] h-[25px] stroke-[1.5px] text-gray-400"
+ isActive ? "h-6 w-6 stroke-[1.5px] text-gray-700" : "h-6 w-6 stroke-[1.5px] text-gray-400"
)}
-
+
{workflow.name
@@ -112,7 +110,7 @@ const WorkflowListItem = (props: ItemProps) => {
{t("to")}:
@@ -124,7 +122,7 @@ const WorkflowListItem = (props: ItemProps) => {
-