Skip to content

Commit c27d1b8

Browse files
committed
fix block error for button
1 parent 257954d commit c27d1b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/block/button/edit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,5 +168,5 @@ export default compose(
168168
withBlockWrapper,
169169
withQueryLoopContext,
170170
withBlockAttributeContext,
171-
withBlockStyleContext( blockStyles ),
171+
withBlockStyleContext( buttonStyles ),
172172
)( Edit )

0 commit comments

Comments
 (0)