easter-egg-quest 1.0.13 → 1.0.14

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.
@@ -853,10 +853,6 @@ class HiddenEntry {
853
853
  const goBtn = document.createElement("button");
854
854
  goBtn.className = "eeq-snackbar-btn";
855
855
  goBtn.textContent = "Let's go!";
856
- Object.assign(goBtn.style, {
857
- background: "rgba(76,175,80,0.85)",
858
- color: "#fff"
859
- });
860
856
  goBtn.addEventListener("click", () => {
861
857
  dismiss();
862
858
  onConfirm();