sadanandpai / frontend-mini-challenges

Collection of frontend challenges for learning and interviews
https://sadanandpai.github.io/frontend-mini-challenges/
MIT License
1.94k stars 470 forks source link

Visibility issue for multi-select options in Dark mode #449

Open Achyutem opened 2 weeks ago

Achyutem commented 2 weeks ago

Framework/code-stack

Native (HTML, CSS, and JS)

Scope

Core application

Description

When we switch to Dark mode and expand the multi-select drop down, the background and the text both are light which in turn makes in unreadable. bug

Expected behaviour

The background should be light while the text should be darker.

Suggested Solutions

We can simple change the text color to be dark and that would be consistent with the theming standard.

Additional Context

No response