Refactor. Add trash and open icons

This commit is contained in:
Tom Moor
2017-10-21 16:21:43 -07:00
parent bafc491901
commit a909bf86b4
37 changed files with 122 additions and 330 deletions

View File

@ -61,7 +61,7 @@ const StyledInput = styled.input`
const StyledIcon = styled(SearchIcon)`
position: relative;
top: 6px;
top: 4px;
`;
export default SearchField;