Skip to content

Commit 8c26160

Browse files
committed
Update field--field-tags.html.twig
1 parent 7d2483e commit 8c26160

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/field/field--field-tags.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
{% else %}
5353
{% for item in items %}
5454
<ul{{ attributes.addClass('inline-flex', 'list-none', 'pl-0', 'my-1') }}>
55-
<li{{ item.attributes.addClass('tag', 'text-unit-primary', 'bg-unit-tertiary') }}>{{ item.content }}</li>
55+
<li{{ item.attributes.addClass('tag', 'text-unit-primary', 'bg-unit-tertiary', 'bg-light') }}>{{ item.content }}</li>
5656
</ul>
5757
{% endfor %}
5858
{% endif %}

0 commit comments

Comments
 (0)