Skip to content

🐛 UI Bug: Manually typed input text becomes invisible on signup page #550

@YASHK-arch

Description

@YASHK-arch

📜 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

  1. Open the signup page
  2. Click on any input field
  3. Manually type text into the field
  4. 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)

Image Image Image Image

### Autofilled data case:

Image

Metadata

Metadata

Assignees

Labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions