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 center swal-button #988

Open nom3d opened 2 years ago

nom3d commented 2 years ago

I am not seeing a way to center the sweet alert OK button? I've tried all the basic css rules but nothing seems to work.

Any ideas how to center the .swal-button ?

varadan13 commented 2 years ago

I think adding this rule to the global css file would do the trick .swal-footer { text-align: center; }