sweet-alert-dialog icon indicating copy to clipboard operation
sweet-alert-dialog copied to clipboard

Change button colour issue

Open qinhan0323 opened this issue 5 years ago • 1 comments

A success message:

new SweetAlertDialog(this, SweetAlertDialog.SUCCESS_TYPE) .setTitleText("Good job!") .setContentText("You clicked the button!") .show();

how to change the colour of blue “ok” button in this case?

qinhan0323 avatar Aug 29 '19 02:08 qinhan0323

check this fork https://github.com/F0RIS/sweet-alert-dialog

F0RIS avatar Mar 08 '20 15:03 F0RIS