mui-rte icon indicating copy to clipboard operation
mui-rte copied to clipboard

Documentation - styling editor should be updated to Mui V5 format

Open chrishj59 opened this issue 4 years ago • 0 comments

Checklist

Description

Write here your issue description. The documentation on the structure of the theming guide Styling the editor follows the Mui V4 format and should follow V5

Change from v4: overrides: { MUIRichTextEditor: { root: { marginTop: 20, width: "80%" }, editor: { borderBottom: "1px solid gray" } } }

Add Mui V5 structure: components: { MUIRichTextEditor: { styleOverrides: { root: { marginTop: 20, width: "80%" }, editor: { borderBottom: "1px solid gray" } } } }

chrishj59 avatar Dec 25 '21 20:12 chrishj59