Cambio de stal Confirmar la clase de botón
Swal.fire({
title: 'example text',
buttonsStyling: false,
customClass: {
confirmButton: 'example-class' //insert class here
}
})
Good Giraffe