Skip to content

Commit 55943b3

Browse files
committed
show custom icon color in frontend
1 parent 56246e2 commit 55943b3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/block/icon-list/save.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ export const Save = props => {
3939
blockAlignmentClass,
4040
responsiveClass,
4141
textClasses,
42-
] )
42+
], {
43+
'stk__use-custom-icon-color': attributes.useCustomIconColor,
44+
} )
4345
const tagNameClassNames = classnames( [
4446
attributes.ordered ? 'stk-block-icon-list__ol' : 'stk-block-icon-list__ul',
4547
attributes.listDisplayStyle && attributes.listDisplayStyle === 'grid' ? 'stk-block-icon-list--grid' : 'stk-block-icon-list--column',

0 commit comments

Comments
 (0)