react-textarea-code-editor icon indicating copy to clipboard operation
react-textarea-code-editor copied to clipboard

Any way to override colours?

Open neural9 opened this issue 3 years ago • 1 comments

I want to use a dark theme for example and the operators such as '=' are always in black.

neural9 avatar Nov 13 '21 07:11 neural9

You can override the original style by style. You can also delete the style in the package through @uiwjs/babel-plugin-transform-remove-imports and redefine the style yourself. @neural9

jaywcjlove avatar Nov 14 '21 03:11 jaywcjlove