Fix tag-pill editor style assignment (#8739)

This commit is contained in:
Mario Pietsch
2025-06-08 16:30:55 +01:00
committed by GitHub
parent 45a3889164
commit bedf9eb56f
+1 -3
View File
@@ -17,9 +17,7 @@ tags: $:/tags/EditTemplate
<$let backgroundColor=<<colour>> >
<span class="tc-tag-label tc-tag-list-item tc-small-gap-right"
data-tag-title=<<currentTiddler>>
style.color=<<foregroundColor>>
style.fill=<<foregroundColor>>
style.background-color=<<backgroundColor>>
style=`color:$(foregroundColor)$; fill:$(foregroundColor)$; background-color:$(backgroundColor)$;`
>
<$transclude tiddler=<<icon>>/>
<$view field="title" format="text"/>