Q:

swal change confirm button class

swal({  icon: "error",});
0
Swal.fire({
    title: 'example text',
    buttonsStyling: false,
    customClass: {
    	confirmButton: 'example-class' //insert class here
    }
})
0

New to Communities?

Join the community