Use subtle editor variant
This commit is contained in:
parent
f75444455d
commit
2b57413ed2
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue