jmrivas86 / django-json-widget

An alternative widget that makes it easy to edit the new Django's field JSONField (PostgreSQL specific model fields)
MIT License
440 stars 88 forks source link

Django 3.2 Support Dark Theme #59

Closed sharky98 closed 7 months ago

sharky98 commented 3 years ago

Hello, since Django 3.2, the admin panel support dark theme. When using a dark them, this widget is impossible to read in the tree mode. With #56, could you add the required CSS to have dark theme enabled widget?

Thanks

nikhilweee commented 9 months ago

Agreed. The widget is unusable in dark mode.