sweetalert-react icon indicating copy to clipboard operation
sweetalert-react copied to clipboard

No reverseButtons option

Open timothyouano opened this issue 5 years ago • 1 comments

timothyouano avatar Apr 30 '19 03:04 timothyouano

Resolved using CSS. Added:

-webkit-flex-direction: row-reverse; /* Safari 6.1+ */ flex-direction: row-reverse;

to the buttons container

timothyouano avatar Apr 30 '19 03:04 timothyouano