refactor: file context menu icons

This commit is contained in:
Aman Harwara
2023-01-17 19:08:11 +05:30
parent 32f5a45e2f
commit efed8cf21f
3 changed files with 8 additions and 7 deletions

View File

@@ -59,7 +59,7 @@ const AddTagOption: FunctionComponent<Props> = ({
ref={buttonRef}
>
<div className="flex items-center">
<Icon type="hashtag" className={`${iconClassName} mr-2 text-neutral`} />
<Icon type="hashtag" className={iconClassName} />
Add tag
</div>
<Icon type="chevron-right" className="text-neutral" />