sweetalert
sweetalert copied to clipboard
How to apply different .swal-overlay for different swal???
.swal-overlay changes the theme globally. I want to use different colors for warning swals and success swals.
You can use this to specify the overlay properties.
.swal-overlay { background-color: rgba(43, 165, 137, 0.45); }