Option to set MarkdownEditor background color
Hi! We are using a MarkdownEditor() component to preview and edit a .svg string. This works great, except for white images. As the background color is also white the .svg cannot be seen. Is there a way to alter the background-color of the MarkdownEditor? I already tried something like this:
But that did not have the expected result...
But that did not have the expected result...

Solution
Found a solution by overwriting the styling in
And then adding the class as an extra attribute to the editor like this:
filament.css:And then adding the class as an extra attribute to the editor like this: