api-platform / admin

A beautiful and fully-featured administration interface builder for hypermedia APIs
https://api-platform.com/docs/admin/
MIT License
480 stars 130 forks source link

Inconsistencies between light and dark theme #486

Closed fsidobre closed 1 year ago

fsidobre commented 1 year ago

API Platform version(s) affected ^3.0.0

Description
API Platform admin component overrides the react-admin theme, but during the override some changes made by react-admin to the mui theme were not imported, resulting in differences between dark and light mode, mostly on form components

How to reproduce Simply checking any form on the API Platform admin demo and switching between dark and light mode

Additional Context
diff-themes diff-theme-2

Pull request to follow 👋🏻