Skip to content

Instantly share code, notes, and snippets.

@abdulmuneer22
Created June 17, 2018 14:07
Show Gist options
  • Save abdulmuneer22/808a80df307a43e8e5dd40fad7fb0652 to your computer and use it in GitHub Desktop.
Save abdulmuneer22/808a80df307a43e8e5dd40fad7fb0652 to your computer and use it in GitHub Desktop.
const TextField = styled.input`
::-webkit-input-placeholder {
color: red;
}
::-moz-placeholder {
color: red;
opacity: 1;
}
:-ms-input-placeholder {
color: red;
}
`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment