subhadipbhowmik / 30-Days-Of-CPP

30 days of CPP programming challenge is a step by step guide to learn CPP programming language in 30 days. Happy Coding.
https://subhadipbhowmik.github.io/30-Days-Of-CPP/
MIT License
50 stars 140 forks source link

Bug: Issue with the visibility of contents of login page in dark mode. #124

Open srilekha279 opened 1 month ago

srilekha279 commented 1 month ago

Description

When I open login page in light mode, email and password fields are visible with black colour on white background. But if I switch it to dark mode, the fields are not visible. They are with white colour on white background of form

Screenshots

I entered text in the email field and highlighted it in blue colour while using dark mode. However, the text is not visible in the fields.

screenshot 1

screenshot 2

Steps to reproduce the bug

  1. Go to Login page
  2. Switch to dark mode.
  3. Observe the email and password fields.

The current behaviour

In dark mode, the email and password fields are not visible, appearing with white text on the white background of the form.

The expected behaviour

Two possible solutions: 1) Change the text colour of the fields to a colour that is visible on a white background. 2) Change the background colour of the input fields and form. This would be preferable as white text on a white background is uncomfortable for the eyes in dark mode.

Kindly assign me this issue to work on it.

github-actions[bot] commented 1 month ago

Thank you for creating this issue! We'll look into it as soon as possible. Your contributions are highly appreciated! 😊

srilekha279 commented 1 month ago

Please assign me this issue to work on it.

srilekha279 commented 3 weeks ago

@subhadipbhowmik , You have assigned me this issue but someone else fixed it by opening the issue #138