replace fontawesome with heroicons

This commit is contained in:
Paul Chavard 2021-04-28 16:05:44 +02:00
parent aae5f3f0db
commit 69ab7854c2
9 changed files with 21 additions and 57 deletions

View file

@ -241,7 +241,7 @@ function ComboboxToken({ value, ...props }) {
onRemove(value);
}}
>
<XIcon style={{ width: '15px', height: '15px' }} />
<XIcon className="icon-size" />
<span className="screen-reader-text">Désélectionner</span>
</button>
{value}