1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-23 02:10:12 +01:00

Replacing close icon with font awesome version in settings-search.js (#14131)

This commit is contained in:
George Marshall 2022-03-23 08:46:06 -07:00 committed by GitHub
parent 8fc5266a8d
commit 4525a81389
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -69,12 +69,9 @@ export default function SettingsSearch({
onClick={() => handleSearch('')}
style={{ cursor: 'pointer' }}
>
<img
className="imageclose"
src="images/close-gray.svg"
width="17"
height="17"
alt=""
<i
className="fa fa-times"
style={{ color: 'var(--color-icon-default)' }}
/>
</InputAdornment>
)}