@seatlayer/core 0.28.1 → 0.28.2

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.
package/dist/index.js CHANGED
@@ -4602,7 +4602,7 @@ var _SeatmapRenderer = class _SeatmapRenderer {
4602
4602
  const accessGlyph = this.accessGlyphById.get(id);
4603
4603
  if (accessGlyph) {
4604
4604
  const fill = c.fill();
4605
- accessGlyph.fill(stateAwareBookableLabelInk(typeof fill === "string" ? fill : "", "#ffffff"));
4605
+ accessGlyph.fill(accessGlyphInk(typeof fill === "string" ? fill : ""));
4606
4606
  accessGlyph.opacity(c.opacity());
4607
4607
  accessGlyph.visible(this.accessGlyphShouldShow(id));
4608
4608
  }