First overhaul of search screen

This commit is contained in:
Lei Nelissen
2022-05-11 23:57:30 +02:00
parent b7a5c0267c
commit d7402bb409
10 changed files with 103 additions and 67 deletions

View File

@@ -4,6 +4,7 @@ const Input = styled.TextInput`
margin: 10px 0;
border-radius: 8px;
padding: 15px;
padding-left: 40px;
`;
export default Input;