-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
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
Default text invisible when in Strapi dark / system mode #130
Comments
I have the same issue |
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: |
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 |
I can't seem to make it work. Here's what my app.ts looks like:
|
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: