EasyAdminBundle
EasyAdminBundle copied to clipboard
[BUG UI] Highlight search results in darkmode not lisible
Describe the bug With this changes in the commit in 4.9.4
It is working good in normal mode but in Dark Mode, you cannot read :
To Reproduce Install EA 4.9.4 >, try to create a produit with a select whith entityField.
.ea-dark-scheme .ts-dropdown [data-selectable] .highlight { color: var(--true-gray-800); }
should do a trick?