Hi,
I am using CKEditor - Classic style and it seems like we do not support dark theme for it like the way we do for CKEditor - Inline / Quill / TinyMCE. Actually, it becomes worse if I do not set a color text class text-gray-700
as your example
https://preview.keenthemes.com/html/metronic/docs/editors/ckeditor/classic
You can remove that class on the card to see the blur.
Could we have a solution or even a workaround for this?
Thanks
Hi,
Please note that CKEditor Classic does not support dark mode so you have it use it in light mode only by wrapping the editor with
<div data-bs-theme="light">
.... editor
</div>