💄 Change style of cancel button on webhooks modal

This commit is contained in:
Pablo Alba 2022-12-13 22:22:21 +01:00
parent 27c4cdb5f9
commit fd7d189bb7
2 changed files with 14 additions and 1 deletions

View file

@ -676,7 +676,7 @@
[:div.modal-footer
[:div.action-buttons
[:input.btn-gray.btn-large
[:input.cancel-button
{:type "button"
:value (tr "labels.cancel")
:on-click #(modal/hide!)}]