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 Dark Mode, the sign up with Disqus input field background color does not adapt to the theme. It keeps the Light Mode background, which results in the input look non-interactive and out of place.
To Reproduce
Steps to reproduce the behavior:
Go to any page with sign up with Disqus.
Switch the application to Dark Mode.
Observe the input field’s background.
Notice that it does not change with the theme.
Expected behavior
The input field should update its background, text, and border colors based on the active theme.
In Dark Mode, it should have a darker background with proper contrast to ensure usability.
Screenshots
Screen.Recording.2025-12-03.at.11.18.35.PM.mov
Desktop (please complete the following information):
OS:: macOS
Browser:: Safari, Chrome
Additional context
The issue breaks theme consistency and reduces usability in Dark Mode. Likely needs theme-based CSS classes or variables applied to the input component.
Describe the bug
In Dark Mode, the sign up with Disqus input field background color does not adapt to the theme. It keeps the Light Mode background, which results in the input look non-interactive and out of place.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The input field should update its background, text, and border colors based on the active theme.
In Dark Mode, it should have a darker background with proper contrast to ensure usability.
Screenshots
Screen.Recording.2025-12-03.at.11.18.35.PM.mov
Desktop (please complete the following information):
Additional context
The issue breaks theme consistency and reduces usability in Dark Mode. Likely needs theme-based CSS classes or variables applied to the input component.