mirror of
https://github.com/inventree/InvenTree.git
synced 2026-09-02 19:08:47 +00:00
Use subtle editor variant
This commit is contained in:
@@ -435,7 +435,11 @@ export default function NotesEditor({
|
|||||||
)}
|
)}
|
||||||
<Paper p='xs' shadow='sm' withBorder>
|
<Paper p='xs' shadow='sm' withBorder>
|
||||||
{hasNotes ? (
|
{hasNotes ? (
|
||||||
<RichTextEditor editor={editor} style={{ minHeight: '400px' }}>
|
<RichTextEditor
|
||||||
|
variant='subtle'
|
||||||
|
editor={editor}
|
||||||
|
style={{ minHeight: '400px' }}
|
||||||
|
>
|
||||||
{canEdit && (
|
{canEdit && (
|
||||||
<RichTextEditor.Toolbar sticky>
|
<RichTextEditor.Toolbar sticky>
|
||||||
<RichTextEditor.ControlsGroup>
|
<RichTextEditor.ControlsGroup>
|
||||||
|
|||||||
Reference in New Issue
Block a user