Use icon class of mapping
This commit is contained in:
parent
959bd0da1c
commit
a1e7474fb4
1 changed files with 1 additions and 1 deletions
|
@ -240,7 +240,7 @@ export default class TagRenderingQuestion extends Combine {
|
|||
const tr = mapping.then.Subs(tagsSource.data)
|
||||
const patchedMapping = <Mapping>{
|
||||
...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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue