sweetalert icon indicating copy to clipboard operation
sweetalert copied to clipboard

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

Open importrayhan opened this issue 3 years ago • 1 comments

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

importrayhan avatar Apr 08 '22 06:04 importrayhan

You can use this to specify the overlay properties.

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

imShub avatar Oct 30 '22 17:10 imShub