Fixed missed icon and colour cascades

This commit is contained in:
jeremy@jermolene.com
2021-11-20 08:55:00 +00:00
parent 122de63b71
commit dde1e4bc0f
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
title: $:/core/ui/Components/tag-link
<$link>
<$set name="backgroundColor" value={{!!color}}>
<$set name="backgroundColor" value={{{ [<currentTiddler>] :cascade[all[shadows+tiddlers]tag[$:/tags/TiddlerColourFilter]get[text]] }}}>
<span style=<<tag-styles>> class="tc-tag-label">
<$view field="title" format="text"/>
</span>