-
Notifications
You must be signed in to change notification settings - Fork 173
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
Modal does not respect dark mode #172
Comments
CSS variables are available at : https://github.com/django/django/blob/main/django/contrib/admin/static/admin/css/base.css |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
When the search modal is opened in a browser that has dark mode by default. The theming support was added in django 3.2 (link)
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The modal should respect the CSS variables from django 3.2
Screenshots
Details (please complete the following information):
The text was updated successfully, but these errors were encountered: