mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-04 08:47:23 +08:00
💄 Fix payment method list in Styles tab
This commit is contained in:
parent
563f9e5ac1
commit
3dc7f090ba
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
import classNames from 'classnames';
|
||||
|
||||
import { CheckboxGroup } from '../../../../../ReusableComponents/Fields';
|
||||
import { HStack } from '../../../../../ReusableComponents/Stack';
|
||||
import { VStack } from '../../../../../ReusableComponents/Stack';
|
||||
import StylingSection from './StylingSection';
|
||||
|
||||
const StylingSectionWithCheckboxes = ( {
|
||||
|
@ -23,13 +23,13 @@ const StylingSectionWithCheckboxes = ( {
|
|||
description={ description }
|
||||
separatorAndGap={ separatorAndGap }
|
||||
>
|
||||
<HStack spacing={ 6 }>
|
||||
<VStack spacing={ 6 }>
|
||||
<CheckboxGroup
|
||||
options={ options }
|
||||
value={ value }
|
||||
onChange={ onChange }
|
||||
/>
|
||||
</HStack>
|
||||
</VStack>
|
||||
|
||||
{ children }
|
||||
</StylingSection>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue