diff --git a/UI/Popup/TagRenderingQuestion.ts b/UI/Popup/TagRenderingQuestion.ts index 3dd846f1d2..a6268312b9 100644 --- a/UI/Popup/TagRenderingQuestion.ts +++ b/UI/Popup/TagRenderingQuestion.ts @@ -240,7 +240,7 @@ export default class TagRenderingQuestion extends Combine { const tr = mapping.then.Subs(tagsSource.data) const patchedMapping = { ...mapping, - iconClass: `small-height`, + iconClass: mapping.iconClass ?? `small-height`, icon: mapping.icon ?? (addIcons ? "./assets/svg/none.svg" : undefined) } const fancy = TagRenderingQuestion.GenerateMappingContent(patchedMapping, tagsSource, state).SetClass("normal-background")