Skip to content

Commit

Permalink
Update field--field-tags.html.twig
Browse files Browse the repository at this point in the history
  • Loading branch information
occupant committed Oct 4, 2024
1 parent 8c26160 commit 377ffba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/field/field--field-tags.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
{% if multiple %}
<ul{{ attributes.addClass('inline-flex', 'list-none', 'pl-0', 'my-1') }}>
{% for item in items %}
<li{{ item.attributes.addClass('tag', 'text-unit-primary', 'bg-unit-tertiary') }}>{{ item.content }}</li>
<li{{ item.attributes.addClass('tag', 'text-unit-primary', 'bg-unit-tertiary', 'bg-light') }}>{{ item.content }}</li>
{% endfor %}
</ul>
{% else %}
Expand Down

0 comments on commit 377ffba

Please sign in to comment.