Merge pull request #9700 from darkwing/ux-search-icon

Provide image sizing so there's no jump when opening the swaps token search
feature/default_network_editable
David Walsh 4 years ago committed by GitHub
commit 046b495670
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      ui/app/pages/add-token/token-search/token-search.component.js
  2. 2
      ui/app/pages/swaps/searchable-item-list/list-item-search/list-item-search.component.js

@ -56,7 +56,7 @@ export default class TokenSearch extends Component {
position="start"
style={{ marginRight: '12px' }}
>
<img src="images/search.svg" />
<img src="images/search.svg" width="17" height="17" />
</InputAdornment>
)
}

@ -10,7 +10,7 @@ const renderAdornment = () => (
position="start"
style={{ marginRight: '12px' }}
>
<img src="images/search.svg" />
<img src="images/search.svg" width="17" height="17" />
</InputAdornment>
)

Loading…
Cancel
Save