We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bbe4b3 commit 8374933Copy full SHA for 8374933
src/block/button/deprecated.js
@@ -28,7 +28,7 @@ const deprecated = [
28
newAttributes = deprecateContainerBackgroundColorOpacity.migrate( newAttributes )
29
newAttributes = deprecateBlockBackgroundColorOpacity.migrate( newAttributes )
30
newAttributes = deprecateButtonGradientColor.migrate( 'button%s' )( newAttributes )
31
- newAttributes = deprecateTypographyFontSize.migrate( 'button%s' )( newAttributes )
+ newAttributes = deprecateTypographyFontSize.migrate( '%s' )( newAttributes )
32
newAttributes = deprecateBlockHeight.migrate( newAttributes )
33
34
return newAttributes
0 commit comments