We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e1735a commit 66f4d5eCopy full SHA for 66f4d5e
apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/panel/components/editor/editor.tsx
@@ -319,7 +319,7 @@ export function Editor() {
319
return (
320
<div className='flex h-full flex-col'>
321
{/* 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'>
+ <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'>
323
<div className='flex min-w-0 flex-1 items-center gap-2'>
324
{(blockConfig || isSubflow) && currentBlock?.type !== 'note' && (
325
<div
0 commit comments