react-quill icon indicating copy to clipboard operation
react-quill copied to clipboard

BUG: `react-quill` and `MUI` error when I've tried to style with the MUI theme 😢🪲

Open ArtemFedorchuk opened this issue 1 year ago • 0 comments

It's so strange, I've tried to restyle some elements and set some color from the MUI theme but I've got error( I exactly know we have this theme.palette.main.primary color in my Mui palette it works in the different places. Have you an idea what to do or hot fix it?

I've tried to write it as theme.palette.main?.primary but in the browser styles I can see undefined but why?

And what is the best way restyle everything? How to use this library with the MUI?

Screenshot 2023-12-01 at 17 18 56 Screenshot 2023-12-01 at 17 19 04 Screenshot 2023-12-01 at 17 19 33

I have to have like this: Screenshot 2023-12-01 at 17 24 57

ArtemFedorchuk avatar Dec 01 '23 15:12 ArtemFedorchuk