jpuri / react-draft-wysiwyg

A Wysiwyg editor build on top of ReactJS and DraftJS. https://jpuri.github.io/react-draft-wysiwyg
MIT License
6.38k stars 1.15k forks source link

Customize styling of "code" rendered in editor #1358

Open tgreen7 opened 1 year ago

tgreen7 commented 1 year ago
Screen Shot 2023-03-10 at 11 05 25 AM

The code block is inheriting its color from body which is white. This looks really bad when my app is in dark mode. How do you customize the styling inside the editor?