Skip to content

fix: make subscribe email input text visible in light mode#1040

Merged
Ash110 merged 1 commit intomainfrom
claude/fix-email-input-visibility-PaTjT
Apr 30, 2026
Merged

fix: make subscribe email input text visible in light mode#1040
Ash110 merged 1 commit intomainfrom
claude/fix-email-input-visibility-PaTjT

Conversation

@betzlermeow
Copy link
Copy Markdown
Contributor

Summary

  • The email input in the "Subscribe to the latest product updates" card on /whats-new had its text color hard-coded to #fff (white), making the typed email invisible in light mode.
  • Switched the default color to #1f2937 (dark slate) so the text is readable in light mode; the existing prefers-color-scheme: dark override still applies #f3f4f6 for users in dark mode.

Test plan


Generated by Claude Code

The email input on the /whats-new page had its default text color set to
white (#fff), which made the typed email invisible against the light
background. Switched the default color to a dark slate (#1f2937) so the
text is readable in light mode; the existing dark-mode override keeps
the text light when the user prefers a dark color scheme.
@github-actions
Copy link
Copy Markdown
Contributor

@Ash110 Ash110 merged commit ec21c32 into main Apr 30, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants