In my team, we are working on two projects that both utilize an internal library with a header containing a search box. In one project, the placeholder text "Search" displays normally.
https://i.stack.imgur.com/lhL5V.png
However, in the second project when using the same third-party library, the appearance of the text is different.
https://i.stack.imgur.com/eeCYQ.png
This discrepancy is due to the third-party library's use of MaterialUI "Autocomplete" for the search bar implementation.
I have attempted to adjust color and opacity properties without success. Despite the properties appearing identical, I am unsure which other property to investigate. Any suggestions for what property I should check?