Skip to content

Commit

Permalink
Merge pull request #659 from stellarwp/bugfix/KAD-4080
Browse files Browse the repository at this point in the history
bugfix/KAD-4080
  • Loading branch information
oakesjosh authored Feb 4, 2025
2 parents fb63a01 + a2112fd commit 19e786c
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 19e786c

Please sign in to comment.