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 56246e2 commit 55943b3Copy full SHA for 55943b3
src/block/icon-list/save.js
@@ -39,7 +39,9 @@ export const Save = props => {
39
blockAlignmentClass,
40
responsiveClass,
41
textClasses,
42
- ] )
+ ], {
43
+ 'stk__use-custom-icon-color': attributes.useCustomIconColor,
44
+ } )
45
const tagNameClassNames = classnames( [
46
attributes.ordered ? 'stk-block-icon-list__ol' : 'stk-block-icon-list__ul',
47
attributes.listDisplayStyle && attributes.listDisplayStyle === 'grid' ? 'stk-block-icon-list--grid' : 'stk-block-icon-list--column',
0 commit comments