Toolbar: better handle breakpoint styling
This commit is contained in:
@@ -31,7 +31,7 @@ const SearchInput: React.FC<SearchInputProps> = () => {
|
||||
type="text"
|
||||
autoComplete="off"
|
||||
value={value}
|
||||
placeholder="Search for an icon"
|
||||
placeholder="Search"
|
||||
onChange={({ currentTarget }) => setValue(currentTarget.value)}
|
||||
/>
|
||||
{value ? (
|
||||
|
||||
Reference in New Issue
Block a user