We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67aa975 commit cf8d9a8Copy full SHA for cf8d9a8
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 border border-[var(--border)] bg-[var(--surface-4)] px-[12px] py-[6px]'>
+ <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]'>
323
<div className='flex min-w-0 flex-1 items-center gap-[8px]'>
324
{(blockConfig || isSubflow) && currentBlock?.type !== 'note' && (
325
<div
0 commit comments