fix: Remove non-standardized css (console warning)

This commit is contained in:
Tom Moor 2020-11-08 20:01:47 -08:00
parent af73de4128
commit 02e7e75cb9
1 changed files with 0 additions and 4 deletions

View File

@ -33,10 +33,6 @@ const RealInput = styled.input`
&::placeholder {
color: ${(props) => props.theme.placeholder};
}
&::-webkit-search-cancel-button {
-webkit-appearance: searchfield-cancel-button;
}
`;
const Wrapper = styled.div`