79349454

Date: 2025-01-12 06:44:05
Score: 1.5
Natty:
Report link

The issue you're facing seems to be related to the way the input-box class is applying styles that are affecting both the placeholder and the user input text. Specifically, the -webkit-background-clip: text; and -webkit-text-fill-color: transparent; properties, which are being applied to the label, might also be affecting the input fields.

To resolve the issue, you should modify the styles specifically for the placeholder and user input text

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Manjeet craft