From 6108701aed7cb25456420711c705ebdee394dbdf Mon Sep 17 00:00:00 2001 From: Joao Silva <100691367+JoaoSilvaGrafana@users.noreply.github.com> Date: Wed, 5 Apr 2023 11:30:29 +0200 Subject: [PATCH] VizLegend: Change border radius from default to pill (#65946) --- packages/grafana-ui/src/components/VizLegend/SeriesIcon.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', };