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

BUG: Text in Form Input Field Not Visible Due to Incorrect Text Color (FAQ Page) #3298

Open
5 of 6 tasks
akshay0611 opened this issue Nov 18, 2024 · 1 comment · May be fixed by #3299
Open
5 of 6 tasks

BUG: Text in Form Input Field Not Visible Due to Incorrect Text Color (FAQ Page) #3298

akshay0611 opened this issue Nov 18, 2024 · 1 comment · May be fixed by #3299

Comments

@akshay0611
Copy link
Contributor

Preliminary Check

  • I have searched the existing issues
  • This issue is reproducible

Bug Summary

The text entered in the form input fields (e.g., "Your Name" or "Your Email") on the FAQ page is not visible due to the text color being set to white (#ffffff), which blends into the white background (background-color: white). When users type in the fields, the text remains invisible. This is not expected behavior as the text should always be visible.

Steps to Reproduce

  1. Navigate to the FAQ page with the form.
  2. Click inside the "Your Name" or "Your Email" input field.
  3. Type text into the input field.
  4. Notice that the text is invisible because it is white and blends with the white background.

Expected Behavior

The text should be visible when typed, regardless of the background color. For visibility, a dark text color should be used.

Screenshots/Logs

A screenshot showing the input fields with invisible text

Screenshot 2024-11-18 at 10 02 21 AM

Additional Information

  • I agree to follow this project's Code of Conduct
  • I'm a GSSOC'24 contributor
  • I want to work on this issue
  • I can provide more details if needed
Copy link

👋 Thanks for opening this issue! We appreciate your contribution. Please make sure you’ve provided all the necessary details and screenshots, and don't forget to follow our Guidelines and Code of Conduct. Happy coding! 🚀

@akshay0611 akshay0611 linked a pull request Nov 18, 2024 that will close this issue
7 tasks
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 a pull request may close this issue.

1 participant