edit confirmbutton collor to primary color
This commit is contained in:
parent
aa123196d9
commit
cc7a171986
|
|
@ -56,7 +56,7 @@
|
||||||
text: "{{ session('success') }}",
|
text: "{{ session('success') }}",
|
||||||
icon: 'success',
|
icon: 'success',
|
||||||
confirmButtonText: 'Konfirmasi WhatsApp',
|
confirmButtonText: 'Konfirmasi WhatsApp',
|
||||||
confirmButtonColor: '#20c997',
|
confirmButtonColor: '#3B8181',
|
||||||
allowOutsideClick: false
|
allowOutsideClick: false
|
||||||
}).then((result) => {
|
}).then((result) => {
|
||||||
if (result.isConfirmed) {
|
if (result.isConfirmed) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue