t4t5 / sweetalert

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

How to apply different .swal-overlay for different swal??? #987

Open importrayhan opened 2 years ago

importrayhan commented 2 years ago

.swal-overlay changes the theme globally. I want to use different colors for warning swals and success swals.

imShub commented 1 year ago

You can use this to specify the overlay properties.

.swal-overlay { background-color: rgba(43, 165, 137, 0.45); }