Bonyant 2 gadi atpakaļ
vecāks
revīzija
24ec9ed525
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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");