DmitrMakeev commited on
Commit
378f366
·
verified ·
1 Parent(s): 677a61e

Update settings.html

Browse files
Files changed (1) hide show
  1. 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: "#3085d6",
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) {