mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
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
Block a user