Skip to content

Commit

Permalink
Reverted the change ro submit button's theme.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSkrypnyk committed Dec 18, 2023
1 parent 180af5d commit 0fce9b6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
text: attributes.value,
modifier_class: modifier_class,
attributes: attributes,
kind: 'submit'
kind: 'submit',
theme: theme
} only %}
{% endset %}
{% include "@molecules/form-element/form-element.twig" with {
type: 'submit',
children: children,
} only %}

0 comments on commit 0fce9b6

Please sign in to comment.