Skip to content

Commit 2bd2692

Browse files
committed
improvement(editor): separate block header from settings
1 parent 420739a commit 2bd2692

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/panel/components/editor

apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/panel/components/editor/editor.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ export function Editor({ onClose }: EditorProps) {
365365
<div className='flex max-h-full min-h-0 flex-col overflow-hidden'>
366366
<div
367367
className={cn(
368-
'flex flex-shrink-0 flex-col bg-[var(--bg)] px-3.5 pt-3 pb-3',
368+
'flex flex-shrink-0 flex-col border-[var(--border)] border-b bg-[var(--bg)] px-3.5 pt-3 pb-3',
369369
!currentBlock && 'hidden'
370370
)}
371371
>

0 commit comments

Comments
 (0)