Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: emoji picker search text not visible in dark mode [#614] #631

Conversation

prathameshkurunkar7
Copy link
Member

Solution:

Toggle color change depending on the theme. Issue existed because By default, emoji-picker-element will automatically switch to dark mode based on prefers-color-scheme. Used colors from Tailwind's documentation. Can change if required.
Check Working images -

Dark Mode -
image

Light Mode -
image

@prathameshkurunkar7 prathameshkurunkar7 linked an issue Jan 18, 2024 that may be closed by this pull request
@github-actions github-actions bot added easy Task is relatively easy to perform good first issue Good for newcomers 🐞 bug Something isn't working 🖼️ design 💻 webapp UI labels Jan 18, 2024
@nikkothari22 nikkothari22 merged commit eadb468 into develop Feb 9, 2024
2 checks passed
@nikkothari22 nikkothari22 deleted the 614-emoji-picker-search-text-is-not-visible-in-dark-mode branch February 9, 2024 15:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐞 bug Something isn't working 🖼️ design easy Task is relatively easy to perform good first issue Good for newcomers 💻 webapp
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Emoji picker search text is not visible in dark mode
2 participants