fix: Remove ugly blue cross

This commit is contained in:
Tom Moor 2020-07-20 19:53:13 -07:00
parent 0d6720e499
commit f75a07cb0d
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ const StyledInput = styled.input`
color: ${props => props.theme.text};
::-webkit-search-cancel-button {
-webkit-appearance: searchfield-cancel-button;
-webkit-appearance: none;
}
::-webkit-input-placeholder {
color: ${props => props.theme.placeholder};