remove user-select from input

This commit is contained in:
AykutSarac 2022-04-11 16:22:16 +03:00
parent 102e3e2aa2
commit 51d98a784d

View File

@ -23,7 +23,6 @@ const StyledInput = styled.input`
font-size: 14px;
font-weight: 500;
transition: width 0.3s;
user-select: none;
&::-webkit-search-decoration,
&::-webkit-search-cancel-button,