fix: Remove non-standardized css (console warning)
This commit is contained in:
@@ -33,10 +33,6 @@ const RealInput = styled.input`
|
|||||||
&::placeholder {
|
&::placeholder {
|
||||||
color: ${(props) => props.theme.placeholder};
|
color: ${(props) => props.theme.placeholder};
|
||||||
}
|
}
|
||||||
|
|
||||||
&::-webkit-search-cancel-button {
|
|
||||||
-webkit-appearance: searchfield-cancel-button;
|
|
||||||
}
|
|
||||||
`;
|
`;
|
||||||
|
|
||||||
const Wrapper = styled.div`
|
const Wrapper = styled.div`
|
||||||
|
|||||||
Reference in New Issue
Block a user