Description:
While testing the login/signup pages locally, the typed text inside input fields is not visible properly. This seems to be caused by text color blending with the background color.
Steps to reproduce:
- Open localhost project
- Go to Login or Signup page
- Type inside input fields
- Text becomes invisible or difficult to read
Expected behavior:
Typed text should remain clearly visible to the user.
Possible cause:
Input fields may be using incorrect text color classes such as text-white on a light background.
Description:
While testing the login/signup pages locally, the typed text inside input fields is not visible properly. This seems to be caused by text color blending with the background color.
Steps to reproduce:
Expected behavior:
Typed text should remain clearly visible to the user.
Possible cause:
Input fields may be using incorrect text color classes such as text-white on a light background.