@grafana/flamegraph 12.1.0-240977 → 12.1.0-241102

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.
@@ -1810,8 +1810,7 @@ const getStyles$2 = (theme) => ({
1810
1810
  display: "inline-block",
1811
1811
  width: "10px",
1812
1812
  height: "10px",
1813
- // eslint-disable-next-line @grafana/no-border-radius-literal
1814
- borderRadius: "50%"
1813
+ borderRadius: theme.shape.radius.circle
1815
1814
  }),
1816
1815
  colorDotDiff: css.css({
1817
1816
  label: "colorDotDiff",