Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[QUESTION] How do I change background color of the toolbar without changing the the color of the editor area? #94

Closed
sigmapie8 opened this issue Jul 29, 2021 · 2 comments
Labels
question Further information is requested

Comments

@sigmapie8
Copy link

Type question here.

@sigmapie8 sigmapie8 added the question Further information is requested label Jul 29, 2021
@tneotia
Copy link
Owner

tneotia commented Jul 29, 2021

You should be able to simply wrap the HtmlEditor in a Container and give that the color: argument. This won't affect the editor area because it uses a webview so the color is not dependent through Flutter.

@sigmapie8
Copy link
Author

Thanks! That worked for me. Although I feel stupid after knowing the answer 😅

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants