SearchInput: update style to match spec

This commit is contained in:
rektdeckard
2020-07-29 12:22:43 -04:00
parent 105a1abc96
commit c538766794
3 changed files with 21 additions and 14 deletions

View File

@@ -15,7 +15,7 @@ const SearchInput: React.FC<SearchInputProps> = () => {
};
return (
<div className="search-bar">
<Search />
<Search size={24} />
<input
id="search-input"
aria-label="Search for an icon"