styles: change tags icon color
This commit is contained in:
@@ -68,7 +68,7 @@ export const NoteTag: FunctionalComponent<Props> = ({ appState, tag }) => {
|
||||
}}
|
||||
onBlur={closeOnBlur}
|
||||
>
|
||||
<Icon type="hashtag" className="sn-icon--small color-neutral mr-1" />
|
||||
<Icon type="hashtag" className="sn-icon--small mr-1 color-info" />
|
||||
<span className="whitespace-nowrap overflow-hidden overflow-ellipsis">
|
||||
{tag.title}
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user