Massive interactivity updates to all components
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
position: relative;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
width: 250px;
|
||||
flex: 2;
|
||||
margin: 4px;
|
||||
padding: 8px 16px;
|
||||
border: 1px solid black;
|
||||
|
||||
@@ -16,11 +16,9 @@ const SearchInput: React.FC<SearchInputProps> = () => {
|
||||
return (
|
||||
<div className="search-bar">
|
||||
<Search />
|
||||
<label htmlFor="search-input" hidden>
|
||||
Search for an icon
|
||||
</label>
|
||||
<input
|
||||
id="search-input"
|
||||
aria-label="Search for an icon"
|
||||
type="text"
|
||||
value={query}
|
||||
placeholder="Search for an icon"
|
||||
|
||||
Reference in New Issue
Block a user