Skip to content

Commit cf8d9a8

Browse files
chore: fix review changes
1 parent 67aa975 commit cf8d9a8

File tree

1 file changed

+1
-1
lines changed
  • apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/panel/components/editor

1 file changed

+1
-1
lines changed

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
@@ -319,7 +319,7 @@ export function Editor() {
319319
return (
320320
<div className='flex h-full flex-col'>
321321
{/* Header */}
322-
<div className='mx-[-1px] flex flex-shrink-0 items-center justify-between border border-[var(--border)] bg-[var(--surface-4)] px-[12px] py-[6px]'>
322+
<div className='mx-[-1px] flex flex-shrink-0 items-center justify-between rounded-[4px] border border-[var(--border)] bg-[var(--surface-4)] px-[12px] py-[6px]'>
323323
<div className='flex min-w-0 flex-1 items-center gap-[8px]'>
324324
{(blockConfig || isSubflow) && currentBlock?.type !== 'note' && (
325325
<div

0 commit comments

Comments
 (0)