react-native-webview-quilljs
react-native-webview-quilljs copied to clipboard
Allow setting color of toolbar buttons, text (more robust theming)
Currently, it appears that only the background of the editor can be changed. This becomes a problem when wanting to set the background to a dark color, as the other buttons remain dark. The colors can be changed in vanilla QuillJS using CSS such as in the way that follows:
.ql-snow .ql-stroke {
stroke: #fff
}
Would it be possible to implement further theming?