From da34ce3fc0c1d30912f4a5f403065342aadc3913 Mon Sep 17 00:00:00 2001 From: jatinder14 Date: Sun, 1 Oct 2023 09:48:40 +0530 Subject: [PATCH] fixed shadow cut --- apps/web/src/components/workflow/NodeStep.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/web/src/components/workflow/NodeStep.tsx b/apps/web/src/components/workflow/NodeStep.tsx index b505fbcafe5..0f5bd278164 100644 --- a/apps/web/src/components/workflow/NodeStep.tsx +++ b/apps/web/src/components/workflow/NodeStep.tsx @@ -58,7 +58,6 @@ const StepCard: any = styled.div` display: flex; width: 280px; height: 80px; - box-shadow: ${({ theme }) => (theme.colorScheme === 'dark' ? shadows.dark : shadows.light)}; border-radius: 7px; pointer-events: none; background: ${({ theme }) => (theme.colorScheme === 'dark' ? colors.B17 : colors.white)};