@forgecharts/sdk 1.5.14 → 1.5.16

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.
@@ -26752,7 +26752,7 @@ function BottomToolbar({ symbol, timezone, onTimezoneChange, session, onSessionC
26752
26752
  setOpen(false);
26753
26753
  },
26754
26754
  children: [
26755
- opt.value === timezone && /* @__PURE__ */ jsx("span", { className: "bottom-bar-check", children: '\xE2\u0153"' }),
26755
+ opt.value === timezone && /* @__PURE__ */ jsx("span", { className: "bottom-bar-check", children: "\u2713" }),
26756
26756
  getDisplayLabel(opt)
26757
26757
  ]
26758
26758
  },