Skip to content

Commit

Permalink
Button: Replace the 'isSmall' deprecated prop in the 'WidthPanel' com…
Browse files Browse the repository at this point in the history
…ponent (#53472)
  • Loading branch information
Mamaduka authored Aug 10, 2023
1 parent 00ef602 commit b9260ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-library/src/button/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ function WidthPanel( { selectedWidth, setAttributes } ) {
return (
<Button
key={ widthValue }
isSmall
size="small"
variant={
widthValue === selectedWidth
? 'primary'
Expand Down

0 comments on commit b9260ec

Please sign in to comment.