mirror of https://github.com/grafana/grafana.git
VizLegend: Change border radius from default to pill (#65946)
This commit is contained in:
parent
2f495e1058
commit
6108701aed
|
|
@ -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…
Reference in New Issue