Bonyant 2 anni fa
parent
commit
24ec9ed525
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      08/index.js

+ 1 - 1
08/index.js

@@ -281,7 +281,7 @@ function Form(el = sFormContainer, data, okCallback, cancelCallback) {
     const th = document.createElement("th");
     th.innerHTML =
       key[0] === "*"
-        ? `<span style="color: #ff0000">${key[0]}</span> ${key.slice(1)}`
+        ? `<span style="color: red">${key[0]}</span> ${key.slice(1)}`
         : key;
 
     const td = document.createElement("td");