@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.cjs CHANGED
@@ -4881,7 +4881,7 @@ var _SeatmapRenderer = class _SeatmapRenderer {
4881
4881
  const accessGlyph = this.accessGlyphById.get(id);
4882
4882
  if (accessGlyph) {
4883
4883
  const fill = c.fill();
4884
- accessGlyph.fill(stateAwareBookableLabelInk(typeof fill === "string" ? fill : "", "#ffffff"));
4884
+ accessGlyph.fill(accessGlyphInk(typeof fill === "string" ? fill : ""));
4885
4885
  accessGlyph.opacity(c.opacity());
4886
4886
  accessGlyph.visible(this.accessGlyphShouldShow(id));
4887
4887
  }