Open importrayhan opened 2 years ago
.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); }
.swal-overlay changes the theme globally. I want to use different colors for warning swals and success swals.