📜 Description
The signup page has a text visibility issue in the input fields.
When users manually type into the fields, the entered text appears in a white/light color on a light background, making it difficult to read(invisible), you can only read what you wrote by highlighting over it.
However, browser autofill displays the text correctly in dark color. This indicates that the issue specifically affects manually typed input text styling.
Steps to Reproduce
- Open the signup page
- Click on any input field
- Manually type text into the field
- Observe the text visibility issue
Possible Cause
- The input fields may be inheriting a global text-white style or missing an explicit text color definition.
Suggested Fix
- Set an explicit dark text color for the input fields.
What browsers are you seeing the problem on?
Edge
📃 Relevant Screenshots (Links)
### Autofilled data case:

📜 Description
The signup page has a text visibility issue in the input fields.
When users manually type into the fields, the entered text appears in a white/light color on a light background, making it difficult to read(invisible), you can only read what you wrote by highlighting over it.
Steps to Reproduce
Possible Cause
Suggested Fix
What browsers are you seeing the problem on?
Edge
📃 Relevant Screenshots (Links)
### Autofilled data case: