-
Notifications
You must be signed in to change notification settings - Fork 107
Description
Is there an existing issue for this?
- I have searched the existing issues
What happened?
📌 Issue Overview
The text entered into the input fields on the "Signup" and "Login" page is extremely difficult to read due to low contrast. The font color is too light (faint gray) against the white background, which causes visibility issues and poor user experience.
🔍 Steps to Reproduce
Go to the Sign Up / Login page.
Click on the Full Name or Email Address input field.
Type any text (e.g., your name or email).
See the error: The text is barely visible against the background.
🎯 Expected Behavior
The text inside the input fields should be dark (e.g., black or dark gray) and clearly legible with high contrast against the white background.
🚨 Actual Behavior
The text color defaults to a very light gray, blending in with the white background and making the user input almost invisible.
📷 Screenshot
💡 Suggested Improvements
Update the classes for the input fields to force a darker font color.
Change: Add 'text-gray-700' class to the input fields.
Record
- I agree to follow this project's Code of Conduct
- I want to work on this issue