I created a swal and now i want to change button text color in the swal, i already changed background color of the button and i have no idea about how to change text color in a button, this swal version is old version. is there any solution for this.
swal({
title: "Are you sure?",
text: "Record will be deleted",
type: "warning",
showCancelButton: true,
confirmButtonColor:"#ADD8E6",
cancelButtonColor:"#DCDCDC",
confirmButtonText: "Yes, Delete!",
cancelButtonText: "No, cancel please!",
focusCancel: true
})