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)};