Fixed
- 🌙 Dark mode dropdown unreadable on Leaflet provider - Fixed search autocomplete dropdown showing white background with invisible text in dark mode (#16 by @daljo25)
- Replaced Tailwind utility classes with plain CSS using
.darkselector, since plugin views aren't scanned by the app's Tailwind JIT compiler - Scoped all search component styles (
.pinpoint-search-input,.pinpoint-search-dropdown,.pinpoint-search-item) under.fi-fo-pinpointfor proper specificity - Search input, dropdown container, dropdown items, and result text now fully adapt to dark mode
- Applied same fix to Google Maps search input for consistency
- Replaced Tailwind utility classes with plain CSS using