Skip to content

Commit

Permalink
fix fox icon class
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpapst committed May 30, 2023
1 parent 9081678 commit 79d35f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/components/button.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
{{ macros.attr_to_html(attr) }}
>
{%- if icon is not same as (false) -%}
{{ tabler_icon(icon, true, icon) }}
{{ tabler_icon(icon, ("btn-sm" not in class and "btn-lg" not in class), icon) }}
{% endif %}
{%- if (forceTitle or icon is same as (false)) and title is not null -%}
{{ title|trans(translation_params, translation_domain) }}
Expand Down

0 comments on commit 79d35f5

Please sign in to comment.