Skip to content

Commit 30e86ee

Browse files
committed
Charts: Fix regression in alignment of CustomPieLegend Stack
1 parent 5256396 commit 30e86ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

projects/js-packages/charts/src/charts/pie-chart/stories/donut.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ const CustomPieLegend = ( {
265265

266266
return (
267267
<Fragment key={ index }>
268-
<Stack direction="row" justify="flex-start" gap="sm">
268+
<Stack direction="row" justify="flex-start" align="center" gap="sm">
269269
<div
270270
style={ {
271271
width: '8px',

0 commit comments

Comments
 (0)