VizLegend: Change border radius from default to pill (#65946)

pull/66007/head
Joao Silva 2 years ago committed by GitHub
parent 2f495e1058
commit 6108701aed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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',
};

Loading…
Cancel
Save