diff --git a/src/bundle/Resources/views/themes/admin/content/tab/locations/panel_swap.html.twig b/src/bundle/Resources/views/themes/admin/content/tab/locations/panel_swap.html.twig index f56e24bc49..c4e20dbf6d 100644 --- a/src/bundle/Resources/views/themes/admin/content/tab/locations/panel_swap.html.twig +++ b/src/bundle/Resources/views/themes/admin/content/tab/locations/panel_swap.html.twig @@ -10,7 +10,7 @@ {{ 'tab.locations.swap_with_another'|trans()|desc('Swap the Content item at this Location with another') }} {{ form_widget(form.swap, {'attr': { 'disabled': not can_swap, - 'class': 'btn-outline-secondary btn--udw-swap ml-5', + 'class': 'ez-btn ez-btn--secondary btn--udw-swap ml-5', 'data-udw-config': ez_udw_config('single_container', {}) }}) }} {{ form_widget(form.current_location) }}