Skip to content

Commit

Permalink
KAD-4080 update selector for icon color
Browse files Browse the repository at this point in the history
  • Loading branch information
gilbert-hernandez committed Feb 3, 2025
1 parent fb63a01 commit a2112fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/blocks/singlebtn/components/backend-styles/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -890,6 +890,7 @@ export default function BackendStyles(props) {
css.add_property('-webkit-background-clip', 'text');
css.add_property('-webkit-text-fill-color', 'transparent');
} else {
css.set_selector(`.kb-single-btn-${uniqueID} .kt-button-${uniqueID}`);
css.add_property('color', css.render_color(color));
}

Expand Down

0 comments on commit a2112fd

Please sign in to comment.