Update to phosphor-react@0.2.0

This commit is contained in:
rektdeckard
2020-08-16 16:42:57 -04:00
parent 9e1cff44d8
commit 017a05a769
5 changed files with 929 additions and 108 deletions

View File

@@ -1,6 +1,6 @@
import React from "react";
import { useRecoilState } from "recoil";
import { Search } from "phosphor-react";
import { MagnifyingGlass } from "phosphor-react";
import { searchQueryAtom } from "../../state/atoms";
import "./SearchInput.css";
@@ -15,7 +15,7 @@ const SearchInput: React.FC<SearchInputProps> = () => {
};
return (
<div className="search-bar">
<Search size={24} />
<MagnifyingGlass size={24} />
<input
id="search-input"
aria-label="Search for an icon"