Skip to content

Commit a896f0e

Browse files
committed
fix block error for divider and icon button
1 parent 7210e8c commit a896f0e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/block/divider/edit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,5 +137,5 @@ export default compose(
137137
withBlockWrapperIsHovered,
138138
withQueryLoopContext,
139139
withBlockAttributeContext,
140-
withBlockStyleContext( blockStyles ),
140+
withBlockStyleContext( dividerStyles ),
141141
)( Edit )

src/block/icon-button/edit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,5 +121,5 @@ export default compose(
121121
withBlockWrapper,
122122
withQueryLoopContext,
123123
withBlockAttributeContext,
124-
withBlockStyleContext( blockStyles ),
124+
withBlockStyleContext( iconButtonStyles ),
125125
)( Edit )

0 commit comments

Comments
 (0)