You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the PR #292 was created I am able create the styling using using the new MUI styling structure. MUIRichTextEditor: { styleOverrides: { root: { marginTop: 20, marginBottom: 20, }, editor: { borderBottom: '1px solid gray', height: '10rem', maxHeight: '8rem', overflow: 'auto', // minHeight: '8rem', }, }, },
Checklist
Description
I have migrated MUI to V5 using Nextjs 12.0.3
It is not possible to use V2 as this results ' expected export' error so I am using 1.29.0
Write here your issue description.
The theme styling no longer works
`MUIRichTextEditor: {
styleOverrides: {
root: {
marginTop: 20,
marginBottom: 100,
},
editor: {
borderBottom: '1px solid gray',
height: '10rem',
maxHeight: '8rem',
overflow: 'auto',
The text was updated successfully, but these errors were encountered: