PaymentModal: Fix position of the provider icon (#4267)
This commit is contained in:
parent
cb9330bcef
commit
64cd8ab7dd
@ -262,8 +262,8 @@ function renderCheckoutItem({
|
|||||||
icon={icon}
|
icon={icon}
|
||||||
inactive={!onClick}
|
inactive={!onClick}
|
||||||
onClick={onClick}
|
onClick={onClick}
|
||||||
|
leftElement={customIcon && <i className={buildClassName('icon', customIcon)} />}
|
||||||
>
|
>
|
||||||
{customIcon && <i className={buildClassName('icon', customIcon)} />}
|
|
||||||
<div className={styles.checkoutInfoItemInfoTitle}>
|
<div className={styles.checkoutInfoItemInfoTitle}>
|
||||||
{title || label}
|
{title || label}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user