Update settings.html
Browse files- settings.html +1 -1
settings.html
CHANGED
@@ -67,7 +67,7 @@ document.addEventListener("DOMContentLoaded", function () {
|
|
67 |
inputAttributes: { autocapitalize: "off" },
|
68 |
showCancelButton: false,
|
69 |
confirmButtonText: "Отправить",
|
70 |
-
confirmButtonColor: "#
|
71 |
allowOutsideClick: false
|
72 |
}).then((result) => {
|
73 |
if (result.isConfirmed && result.value) {
|
|
|
67 |
inputAttributes: { autocapitalize: "off" },
|
68 |
showCancelButton: false,
|
69 |
confirmButtonText: "Отправить",
|
70 |
+
confirmButtonColor: "#4CAF50",
|
71 |
allowOutsideClick: false
|
72 |
}).then((result) => {
|
73 |
if (result.isConfirmed && result.value) {
|