You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the Explore Ebooks section, the search bar text color is not responsive to the selected theme. Currently, the color is fixed using a specific CSS variable, which causes issues in dark mode.
In dark mode, the placeholder and input text appear black on a dark background, making it hard to read.
Steps to Reproduce:
Navigate to the Explore Ebooks page.
Switch to dark mode.
Type text in the search bar and observe the color.
Suggested Fix:
Update the search bar to use a responsive, theme-aware color variable instead of a fixed one.
Ensure both placeholder and input text dynamically adapt to the selected theme.
Expected behavior
The search bar text and placeholder should use theme-aware color variables.
Text should have adequate contrast in both light and dark modes for readability.
Is there an existing issue for this?
Describe the bug
In the Explore Ebooks section, the search bar text color is not responsive to the selected theme. Currently, the color is fixed using a specific CSS variable, which causes issues in dark mode.
In dark mode, the placeholder and input text appear black on a dark background, making it hard to read.
Steps to Reproduce:
Suggested Fix:
Expected behavior
Add ScreenShots
Screen.Recording.2025-10-26.at.12.06.59.AM.mov
What browsers are you seeing the problem on?
Chrome
Record