chore: Upgrade outline-icons (typescript)
This commit is contained in:
@@ -24,12 +24,7 @@ function SearchInput({ defaultValue, ...rest }: Props) {
|
||||
|
||||
return (
|
||||
<Wrapper align="center">
|
||||
<StyledIcon
|
||||
type="Search"
|
||||
size={46}
|
||||
color={theme.textTertiary}
|
||||
onClick={focusInput}
|
||||
/>
|
||||
<StyledIcon size={46} color={theme.textTertiary} onClick={focusInput} />
|
||||
<StyledInput
|
||||
{...rest}
|
||||
defaultValue={defaultValue}
|
||||
|
||||
Reference in New Issue
Block a user