styles: fix hint tag styles

This commit is contained in:
Antonella Sgarlatta
2021-05-31 19:29:08 -03:00
parent 31fbf2ce35
commit 6038f3ee0c

View File

@@ -166,7 +166,7 @@ export const AutocompleteTagInput: FunctionalComponent<Props> = ({
onBlur={closeOnBlur}
>
<span>Create new tag:</span>
<span className="bg-contrast rounded text-xs color-text p-1 flex ml-2">
<span className="bg-contrast rounded text-xs color-text py-1 pl-1 pr-2 flex items-center ml-2">
<Icon
type="hashtag"
className="sn-icon--small color-neutral mr-1"