Update rich editor style to be lighter and closer to printed doc
Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
@@ -124,6 +124,7 @@ export function DocumentDescriptionPage(props: { queryRef: PreloadedQuery<Docume
|
||||
<RichEditor
|
||||
className="flex-1"
|
||||
content={currentVersion.content}
|
||||
data-theme="document"
|
||||
disabled={currentVersion.status !== "DRAFT"}
|
||||
onChangeContent={handleUpdate}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user