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

This commit is contained in:
Joao Silva 2023-04-05 11:30:29 +02:00 committed by GitHub
parent 2f495e1058
commit 6108701aed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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',
};