t4t5 / sweetalert

A beautiful replacement for JavaScript's "alert"
https://sweetalert.js.org
MIT License
22.4k stars 2.84k forks source link

adding custome classes would remove horezantal space #940

Open ramico opened 4 years ago

ramico commented 4 years ago

swal.fire({ 'title': 'Are you sure you want to delete?', 'text': 'once deleted it wont be recovered', 'icon': 'warning', 'showCancelButton': true, 'cancelButtonText': 'Cancel', 'confirmButtonText': 'Yes, Delete', }).then((result) => { distanced properly

'buttonsStyling': false, 'customClass': { 'cancelButton': 'btn btn-outline-secondary', 'confirmButton': 'btn btn-danger' } //adding this would remove the distance