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:
parent
8fc5266a8d
commit
4525a81389
@ -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>
|
||||
)}
|
||||
|
Loading…
Reference in New Issue
Block a user