diff --git a/assets/search-icons.svg b/assets/search-icons.svg new file mode 100644 index 00000000..48778e75 --- /dev/null +++ b/assets/search-icons.svg @@ -0,0 +1,29 @@ + + + + left arrow + + + + + + + + right arrow + + + + + + + + cancel + + + + + + + + + diff --git a/lib/components/searchBox.tsx b/lib/components/searchBox.tsx index 2b077e56..1cc2fda7 100644 --- a/lib/components/searchBox.tsx +++ b/lib/components/searchBox.tsx @@ -32,15 +32,15 @@ export default class SearchBox extends React.PureComponent { return (
input?.focus()} /> - this.props.prev(this.searchTerm)}> - {'←'} - - this.props.next(this.searchTerm)}> - {'→'} - - this.props.close()}> - {'✕'} - + this.props.prev(this.searchTerm)}> + + + this.props.next(this.searchTerm)}> + + + this.props.close()}> + +