Skip to content

Commit 58889f9

Browse files
emir-karabegwaleedlatif1
authored andcommitted
improvement(ui): workflow-block border
1 parent 3468593 commit 58889f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/workflow-block

apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/workflow-block/workflow-block.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -794,7 +794,7 @@ export const WorkflowBlock = memo(function WorkflowBlock({
794794
ref={contentRef}
795795
onClick={handleClick}
796796
className={cn(
797-
'relative z-[20] w-[250px] cursor-default select-none rounded-[8px] bg-[var(--surface-2)]'
797+
'relative z-[20] w-[250px] cursor-default select-none rounded-[8px] border border-[var(--border)] bg-[var(--surface-2)]'
798798
)}
799799
>
800800
{isPending && (

0 commit comments

Comments
 (0)