Fix bug in search bar on mobile

This commit is contained in:
Hazem Krimi
2020-10-18 19:49:41 +01:00
parent e8362ecc73
commit 9328557a96
2 changed files with 1 additions and 1 deletions
-1
View File
@@ -9,7 +9,6 @@ const GlobalStyles = createGlobalStyle`
outline: none;
font-family: 'Poppins';
color: #000000;
overflow: hidden;
}
`;
+1
View File
@@ -18,6 +18,7 @@ const Wrapper = styled.div`
const Input = styled.input`
border: none;
border-radius: 5px;
overflow: hidden;
&::placeholder {
color: rgba(0, 0, 0, 0.5);