Update searchBar.tsx
This commit is contained in:
parent
05ca6852c6
commit
71cbec2b48
1 changed files with 4 additions and 0 deletions
|
@ -11,6 +11,10 @@ const SearchInput = styled.input`
|
|||
background: none;
|
||||
border-radius: 0;
|
||||
color: ${selectedTheme.mainColor};
|
||||
|
||||
:focus {
|
||||
outline: none;
|
||||
}
|
||||
`;
|
||||
|
||||
export interface ISearchProviderProps {
|
||||
|
|
Loading…
Reference in a new issue