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 7210e8c commit a896f0eCopy full SHA for a896f0e
src/block/divider/edit.js
@@ -137,5 +137,5 @@ export default compose(
137
withBlockWrapperIsHovered,
138
withQueryLoopContext,
139
withBlockAttributeContext,
140
- withBlockStyleContext( blockStyles ),
+ withBlockStyleContext( dividerStyles ),
141
)( Edit )
src/block/icon-button/edit.js
@@ -121,5 +121,5 @@ export default compose(
121
withBlockWrapper,
122
123
124
+ withBlockStyleContext( iconButtonStyles ),
125
0 commit comments