Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MUI theming no longer working #291

Closed
1 task
chrishj59 opened this issue Dec 22, 2021 · 1 comment
Closed
1 task

MUI theming no longer working #291

chrishj59 opened this issue Dec 22, 2021 · 1 comment

Comments

@chrishj59
Copy link

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',

				},
			},
		},`
@chrishj59
Copy link
Author

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', }, }, },

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant