Skip to content

Commit ea858fb

Browse files
committed
IBX-10440: Changed base icon size
1 parent 580f3a6 commit ea858fb

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/bundle/Resources/views/themes/admin/matrix_fieldtype/content_edit_form_fields.html.twig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
class="btn ibexa-btn ibexa-btn--secondary ibexa-btn--small ibexa-btn--add-matrix-entry"
3838
{{ readonly ? 'disabled' }}
3939
>
40-
<svg class="ibexa-icon ibexa-icon--small ibexa-icon--edit">
40+
<svg class="ibexa-icon ibexa-icon--small-medium ibexa-icon--edit">
4141
<use xlink:href="{{ ibexa_icon_path('create') }}"></use>
4242
</svg>
4343
<span class="ibexa-btn__label">{{ 'ibexa_matrix.add'|trans|desc('Add') }}</span>
@@ -47,7 +47,7 @@
4747
class="btn ibexa-btn ibexa-btn--ghost ibexa-btn--small ibexa-btn--bulk-remove-matrix"
4848
{{ readonly ? 'disabled' }}
4949
>
50-
<svg class="ibexa-icon ibexa-icon--small ibexa-icon--edit">
50+
<svg class="ibexa-icon ibexa-icon--small-medium ibexa-icon--edit">
5151
<use xlink:href="{{ ibexa_icon_path('trash') }}"></use>
5252
</svg>
5353
<span class="ibexa-btn__label">{{ 'ibexa_matrix.remove'|trans|desc('Delete') }}</span>
@@ -77,7 +77,7 @@
7777
class="btn ibexa-btn ibexa-btn--ghost ibexa-btn--no-text ibexa-btn--remove-matrix-entry"
7878
{{ readonly ? 'disabled' }}
7979
>
80-
<svg class="ibexa-icon ibexa-icon--small ibexa-icon--edit">
80+
<svg class="ibexa-icon ibexa-icon--small-medium ibexa-icon--edit">
8181
<use xlink:href="{{ ibexa_icon_path('trash') }}"></use>
8282
</svg>
8383
</button>

src/bundle/Resources/views/themes/admin/matrix_fieldtype/field_types.html.twig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,15 +63,15 @@
6363
{% trans_default_domain 'ibexa_matrix_fieldtype' %}
6464
{% block actions %}
6565
<button type="button" class="btn ibexa-btn ibexa-btn--tertiary ibexa-btn--small ibexa-btn--add-column">
66-
<svg class="ibexa-icon ibexa-icon--small ibexa-icon--create">
66+
<svg class="ibexa-icon ibexa-icon--small-medium ibexa-icon--create">
6767
<use xlink:href="{{ ibexa_icon_path('create') }}"></use>
6868
</svg>
6969
<span class="ibexa-btn__label">
7070
{{ 'field.column.add_new'|trans|desc('Add') }}
7171
</span>
7272
</button>
7373
<button type="button" class="btn ibexa-btn ibexa-btn--ghost ibexa-btn--small ibexa-btn--remove-column">
74-
<svg class="ibexa-icon ibexa-icon--small ibexa-icon--trash">
74+
<svg class="ibexa-icon ibexa-icon--small-medium ibexa-icon--trash">
7575
<use xlink:href="{{ ibexa_icon_path('trash') }}"></use>
7676
</svg>
7777
<span class="ibexa-btn__label">

0 commit comments

Comments
 (0)