Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: fix review changes
  • Loading branch information
adithyaakrishna authored and waleedlatif1 committed Mar 24, 2026
commit 73b0f87101c3ee601c0829f26e46cf8cc77d7712
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ export function Editor() {
return (
<div className='flex h-full flex-col'>
{/* Header */}
<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]'>
<div className='flex min-w-0 flex-1 items-center gap-[8px]'>
{(blockConfig || isSubflow) && currentBlock?.type !== 'note' && (
<div
Expand Down