mirror of
https://github.com/hazemKrimi/react-weather-app.git
synced 2026-05-01 18:30:25 +00:00
Fix bug in search bar on mobile
This commit is contained in:
@@ -9,7 +9,6 @@ const GlobalStyles = createGlobalStyle`
|
||||
outline: none;
|
||||
font-family: 'Poppins';
|
||||
color: #000000;
|
||||
overflow: hidden;
|
||||
}
|
||||
`;
|
||||
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user