From e52af8d3874bccf5fec80d8f060a1b4a78b3ca60 Mon Sep 17 00:00:00 2001 From: Carina Wollendorfer <30310907+CarinaWolli@users.noreply.github.com> Date: Wed, 7 Sep 2022 10:05:25 -0400 Subject: [PATCH] fix design (#4226) Co-authored-by: CarinaWolli --- .../components/v2/EventWorkflowsTab.tsx | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) 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) => { -
+
{