styles: re-add accidentally removed icon color change

This commit is contained in:
Antonella Sgarlatta
2021-06-02 20:22:51 -03:00
parent 672331faaa
commit 30ee2e90b4

View File

@@ -71,7 +71,7 @@ export const NoteTag: FunctionalComponent<Props> = ({ appState, tag }) => {
onFocus={onFocus} onFocus={onFocus}
onBlur={onBlur} onBlur={onBlur}
> >
<Icon type="hashtag" className="sn-icon--small color-neutral mr-1" /> <Icon type="hashtag" className="sn-icon--small color-info mr-1" />
<span className="whitespace-nowrap overflow-hidden overflow-ellipsis"> <span className="whitespace-nowrap overflow-hidden overflow-ellipsis">
{tag.title} {tag.title}
</span> </span>