@warp-ds/elements 2.2.0-next.25 → 2.2.0-next.26

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.
@@ -2571,18 +2571,18 @@ Please compile your catalog first.
2571
2571
  background-color: var(--w-color-button-pill-background-active);
2572
2572
  }
2573
2573
  .header-close-button-on-image {
2574
- background-color: rgba(var(--w-rgb-black), 0.7);
2574
+ background-color: transparent;
2575
+ color: var(--w-s-color-text-inverted);
2575
2576
  right: 0.8rem;
2576
2577
  top: 0.8rem;
2577
2578
  position: absolute;
2578
2579
  z-index: 10;
2579
- color: var(--w-s-color-text-inverted);
2580
2580
  }
2581
2581
  .header-close-button-on-image:hover {
2582
- background-color: rgba(var(--w-rgb-black), 0.85);
2582
+ background-color: var(--w-color-button-pill-background-hover);
2583
2583
  }
2584
2584
  .header-close-button-on-image:active {
2585
- background-color: var(--w-black);
2585
+ background-color: var(--w-color-button-pill-background-active);
2586
2586
  }
2587
2587
  @media (min-width: 480px) {
2588
2588
  .header-title-bar {