-
Notifications
You must be signed in to change notification settings - Fork 81
Dark mode has black text within editor #32
Comments
In any case, we will need to fix this soon. |
Thanks @melishev it'd be great! |
Hey i managed to fix it by running locally like mentioned in the docs then i wrote bit of code to detect the mode. Feel free to use in a later update. @melishev
|
@kgrosvenor Oh that's amazing, could you send a PR with your changes so we can include them in the package? |
Will do! |
Hey I was using this plugin. Could you tell me where can I paste this code to make this work? |
Hey you will need to follow the steps in the README to include the project in your project.
Clone my forked repo into So it should be like src/plugins/strapi-plugin-react-editorjs Update your plugins config file to use the following
npm run build and then restart the server |
Hey yes I managed to get the plugin on. I meant how do I go about changing the editor font colors according to the mode. How can I use the snippet of logic you built to get the same results? Thank you so much in advance! |
Did you try to make a pull request? I found this bug too. |
Strapi now has dark theme set as default, or perhaps i set it by mistake
The text was updated successfully, but these errors were encountered: