diff --git a/memento-note/components/note-editor.tsx b/memento-note/components/note-editor.tsx index abbdf24..5c8cef8 100644 --- a/memento-note/components/note-editor.tsx +++ b/memento-note/components/note-editor.tsx @@ -673,11 +673,11 @@ export function NoteEditor({ note, readOnly = false, onClose, fullPage = false } return ( <> - {/* ── outer container: white like prototype ── */} -