From 22a2bd2e04bf128578a32e183b51353eec3a783b Mon Sep 17 00:00:00 2001 From: pmario Date: Wed, 13 Nov 2024 17:52:24 +0100 Subject: [PATCH] Fix tag-pill editor style assignment --- core/ui/EditTemplate/tags.tid | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/core/ui/EditTemplate/tags.tid b/core/ui/EditTemplate/tags.tid index c8d4131fe..bbd3d301e 100644 --- a/core/ui/EditTemplate/tags.tid +++ b/core/ui/EditTemplate/tags.tid @@ -17,9 +17,7 @@ tags: $:/tags/EditTemplate <$let backgroundColor=<> > > - style.color=<> - style.fill=<> - style.background-color=<> + style=`color:$(foregroundColor)$; fill:$(foregroundColor)$; background-color:$(backgroundColor)$;` > <$transclude tiddler=<>/> <$view field="title" format="text"/>