@zendir/ui 0.2.6 → 0.2.8

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.
@@ -965,7 +965,7 @@ const ChartView = memo(function ChartView2({
965
965
  position: "absolute",
966
966
  top: 0,
967
967
  bottom: 0,
968
- left: `calc(${trackLabelWidth}px + ${playheadPercent}% * (100% - ${trackLabelWidth}px) / 100)`,
968
+ left: `calc(${trackLabelWidth}px + (100% - ${trackLabelWidth}px) * ${playheadPercent} / 100)`,
969
969
  width: 2,
970
970
  backgroundColor: tokens.colors.accent.primary,
971
971
  boxShadow: `0 0 12px ${tokens.colors.accent.primary}`,