File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -211,9 +211,9 @@ export const Icon = props => {
211211 if ( processedIconRef . current === _icon && _icon ) {
212212 dispatch ( 'stackable/page-icons' ) . removePageIcon ( _icon )
213213 processedIconRef . current = null
214- setIcon ( _icon ) // Use the original icon directly
215- lastIconValueRef . current = _icon
216214 }
215+ setIcon ( _icon ) // Use the original icon directly
216+ lastIconValueRef . current = _icon
217217 return
218218 }
219219
Original file line number Diff line number Diff 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' ,
You can’t perform that action at this time.
0 commit comments