Skip to content

Commit 66f4d5e

Browse files
chore: fix radius
1 parent 8e1735a commit 66f4d5e

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 rounded-sm border border-[var(--border)] bg-[var(--surface-4)] px-3 py-1.5'>
322+
<div className='mx-[-1px] flex flex-shrink-0 items-center justify-between rounded-none border border-[var(--border)] bg-[var(--surface-4)] px-3 py-1.5'>
323323
<div className='flex min-w-0 flex-1 items-center gap-2'>
324324
{(blockConfig || isSubflow) && currentBlock?.type !== 'note' && (
325325
<div

0 commit comments

Comments
 (0)