Skip to content

Commit

Permalink
Use ToolbarButton instead of Button for Shuffle
Browse files Browse the repository at this point in the history
  • Loading branch information
jeryj committed Jul 2, 2024
1 parent 0e0a9ac commit a76e342
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ export default function ZoomOutToolbar( { clientId, rootClientId } ) {
/>
) }
{ canMove && canRemove && (
<Shuffle clientId={ clientId } as={ Button } />
<Shuffle clientId={ clientId } as={ ToolbarButton } />
) }
{ canRemove && ! isBlockTemplatePart && (
<ToolbarButton
Expand Down

0 comments on commit a76e342

Please sign in to comment.