Update searchBar.tsx

This commit is contained in:
Bastian Meissner 2021-03-11 13:54:38 +01:00 committed by GitHub
parent 05ca6852c6
commit 71cbec2b48
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,6 +11,10 @@ const SearchInput = styled.input`
background: none;
border-radius: 0;
color: ${selectedTheme.mainColor};
:focus {
outline: none;
}
`;
export interface ISearchProviderProps {