Open
Description
Describe the bug
Placeholder text of Dropdown and Multiselect components is painted with a darker gray colour than the one used in other components.
Reproducer
https://stackblitz.com/edit/w4a1lx?file=src%2FApp.tsx
PrimeReact version
10.7.0
React version
17.x
Language
TypeScript
Build / Runtime
Vite
Browser(s)
No response
Steps to reproduce the behavior
Put a Dropdown component or a Multiselect component and set a value for the placeholder property. The placeholder text will be painted in a slight darker grey colour than the grey used for other components.
Expected behavior
The placeholder texts of the components should be painted in the same colour.