mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
🚧 Fix CSS class of ButtonSettingsBlock
This commit is contained in:
parent
d8ecb019de
commit
2f79a9fe4d
2 changed files with 29 additions and 3 deletions
|
@ -8,7 +8,7 @@ const ButtonSettingsBlock = ( { title, description, ...props } ) => (
|
|||
title={ title }
|
||||
headerDescription={ description }
|
||||
horizontalLayout={ true }
|
||||
className="ppcp-r-settings-block__button"
|
||||
className="ppcp--button-block"
|
||||
{ ...props }
|
||||
>
|
||||
<Action>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue