@samhammer/tiptob 2.3.35 → 2.3.36

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -9769,7 +9769,7 @@ const vd = ee.create({
9769
9769
  const e = n.style.backgroundColor;
9770
9770
  if (!e) return !1;
9771
9771
  const t = e.replace(/\s/g, "").toLowerCase();
9772
- return ["white", "#fff", "#ffffff", "rgb(255,255,255)"].includes(t) ? !1 : { color: e };
9772
+ return ["white", "#fff", "#ffffff", "rgb(255,255,255)", "black", "#000", "#000000", "rgb(0,0,0)"].includes(t) ? !1 : { color: e };
9773
9773
  }
9774
9774
  }
9775
9775
  ];