Skip to content

Commit b5f5742

Browse files
albozektomaszszopinski
authored andcommitted
Changed default base icon size
1 parent 2f8e64b commit b5f5742

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bundle/Resources/views/themes/admin/ui/component/collapse.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
{% if extra_actions is defined %}
2929
{% for action in extra_actions %}
3030
<button type="button" class="ibexa-collapse__extra-action-button btn ibexa-btn ibexa-btn--no-text {{ action.button_class|default('') }}">
31-
<svg class="ibexa-icon ibexa-icon--{{ action.icon_size|default('small') }}">
31+
<svg class="ibexa-icon ibexa-icon--{{ action.icon_size|default('small-medium') }}">
3232
<use xlink:href="{{ ibexa_icon_path(action.icon_name) }}"></use>
3333
</svg>
3434
</button>

0 commit comments

Comments
 (0)