tneotia / html-editor-enhanced

A Flutter package that provides a WYSIWYG editor backed by flutter_inappwebview and the Summernote library.
https://pub.dev/packages/html_editor_enhanced
MIT License
269 stars 318 forks source link

[QUESTION] How can I set the default text color to be white? #493

Open Rodriq opened 5 months ago

Rodriq commented 5 months ago

Type question here. I have my editor and I am using a deep blue background color to suit my theme. Please I'd love to find out how I can set the default text color on the editor to be white so it sits well with my UI.

PS: Setting darkmode to true does it but then it sets my background to black. That is not what I want.

thank you.