Skip to content

Commit

Permalink
__next40pxDefaultSize to the migrate button
Browse files Browse the repository at this point in the history
  • Loading branch information
t-hamano committed Feb 23, 2024
1 parent 02a9cdd commit 400ac2d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/block-library/src/post-author/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,11 @@ function PostAuthorEdit( {
<>
<BlockInfo>
<div className="wp-block-post-author__transform-button">
<Button variant="primary" onClick={ transformBlock }>
<Button
variant="primary"
onClick={ transformBlock }
__next40pxDefaultSize
>
{ __( 'Migrate block' ) }
</Button>
</div>
Expand Down

0 comments on commit 400ac2d

Please sign in to comment.