Describe the Bug
When typing into the Full Name input field on the Create Account page, the entered text appears in white, making it nearly invisible against the light background. This makes it difficult for users to see what they are typing and negatively impacts the user experience.
To Reproduce
Open the Create Account page.
Click on the Full Name input field.
Start typing your name.
Observe that the entered text is displayed in white and is barely visible against the light background.
Target URL & Mode
Target URL (if ingestion related): N/A
Retrieval Mode: N/A
Scrape Limit: N/A
Expected Behavior
The text entered into the Full Name input field should be displayed in a dark, high-contrast color (e.g., black or dark gray) so that it is clearly visible while typing.
Actual Behavior / Error Logs
The typed text is rendered in white on a light-colored background, making it difficult to read. No console errors or backend logs were observed.
Screenshots / Recordings
Attached below for reference.
Environment Context
OS: Windows 11
Node Version: N/A
Database: N/A
Redis: N/A
LLM Provider: N/A
Additional Context
The issue appears to be related to the input field's CSS styling, where the text color is incorrectly set to white. Other form fields should also be checked to ensure they use a consistent and accessible text color across the application.
Describe the Bug
When typing into the Full Name input field on the Create Account page, the entered text appears in white, making it nearly invisible against the light background. This makes it difficult for users to see what they are typing and negatively impacts the user experience.
To Reproduce
Open the Create Account page.
Click on the Full Name input field.
Start typing your name.
Observe that the entered text is displayed in white and is barely visible against the light background.
Target URL & Mode
Target URL (if ingestion related): N/A
Retrieval Mode: N/A
Scrape Limit: N/A
Expected Behavior
The text entered into the Full Name input field should be displayed in a dark, high-contrast color (e.g., black or dark gray) so that it is clearly visible while typing.
Actual Behavior / Error Logs
The typed text is rendered in white on a light-colored background, making it difficult to read. No console errors or backend logs were observed.
Screenshots / Recordings
Attached below for reference.
Environment Context
OS: Windows 11
Node Version: N/A
Database: N/A
Redis: N/A
LLM Provider: N/A
Additional Context
The issue appears to be related to the input field's CSS styling, where the text color is incorrectly set to white. Other form fields should also be checked to ensure they use a consistent and accessible text color across the application.