Merge pull request #2944 from woocommerce/PCP-4023-adjust-features-button-styles

This commit is contained in:
Narek Zakarian 2024-12-24 11:42:46 +04:00 committed by GitHub
commit 4f2cf548e8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 12 additions and 3 deletions

View file

@ -37,6 +37,7 @@ const FeatureSettingsBlock = ( { title, description, ...props } ) => {
<div className="ppcp-r-feature-item__buttons">
{ props.actionProps?.buttons.map( ( button ) => (
<Button
className={ button.class ? button.class : '' }
href={ button.url }
key={ button.text }
variant={ button.type }