diff --git a/packages/grafana-ui/src/components/VizLegend/SeriesIcon.tsx b/packages/grafana-ui/src/components/VizLegend/SeriesIcon.tsx index e65e8885687..937f61bf836 100644 --- a/packages/grafana-ui/src/components/VizLegend/SeriesIcon.tsx +++ b/packages/grafana-ui/src/components/VizLegend/SeriesIcon.tsx @@ -30,7 +30,7 @@ export const SeriesIcon = React.memo( background: cssColor, width: '14px', height: '4px', - borderRadius: theme.shape.radius.default, + borderRadius: theme.shape.radius.pill, display: 'inline-block', marginRight: '8px', };