Use subtle editor variant

This commit is contained in:
Oliver Walters 2026-05-26 11:48:51 +00:00
parent f75444455d
commit 2b57413ed2
1 changed files with 5 additions and 1 deletions

View File

@ -435,7 +435,11 @@ export default function NotesEditor({
)}
<Paper p='xs' shadow='sm' withBorder>
{hasNotes ? (
<RichTextEditor editor={editor} style={{ minHeight: '400px' }}>
<RichTextEditor
variant='subtle'
editor={editor}
style={{ minHeight: '400px' }}
>
{canEdit && (
<RichTextEditor.Toolbar sticky>
<RichTextEditor.ControlsGroup>