You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text color of the TextInput placeholder is lighter than it should be. The expected color is black-300 (i.e. rgb(103, 109, 115)), but the actual color is rgb(117, 117, 117). The latter is the browser default.
The text was updated successfully, but these errors were encountered:
dcapo
changed the title
TextInput placeholder color is browser default rgb(117, 117, 117)
TextInput placeholder color is browser default rgb(117, 117, 117), not black-300Nov 15, 2021
The text color of the
TextInput
placeholder is lighter than it should be. The expected color isblack-300
(i.e.rgb(103, 109, 115)
), but the actual color isrgb(117, 117, 117)
. The latter is the browser default.This line of code may not be applied correctly.
Example
https://thumbtack.slack.com/files/U2N58F3NJ/F02MCNB26GJ/text_input__react____thumbprint.png
The text was updated successfully, but these errors were encountered: