We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When Strapi is in dark mode or reading from system and system is in dark mode, the default text color in the editor seems to be white / invisible.
Dark / System Dark (note the word / character count):
Light:
The text was updated successfully, but these errors were encountered:
I have the same issue
Sorry, something went wrong.
When Strapi is in dark mode or reading from system and system is in dark mode, the default text color in the editor seems to be white / invisible
yes for some reason dark mode is not working, I fixed the color of the text adding the CSS variable because is undefined.
code for global CSS: :root { --ck-color-editor-base-text: #000000; }
:root { --ck-color-editor-base-text: #000000; }
Thanks @Casal0x that did the trick for now.
So is the expected / future behavior for dark mode to automatically be dark if the Strapi setting is dark?
Thanks @Casal0x that did the trick for now. So is the expected / future behavior for dark mode to automatically be dark if the Strapi setting is dark?
no, I don't think this is expected behavior but is a fix to use it
No branches or pull requests
When Strapi is in dark mode or reading from system and system is in dark mode, the default text color in the editor seems to be white / invisible.
Dark / System Dark (note the word / character count):
Light:
The text was updated successfully, but these errors were encountered: