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}
|
||||
inactive={!onClick}
|
||||
onClick={onClick}
|
||||
leftElement={customIcon && <i className={buildClassName('icon', customIcon)} />}
|
||||
>
|
||||
{customIcon && <i className={buildClassName('icon', customIcon)} />}
|
||||
<div className={styles.checkoutInfoItemInfoTitle}>
|
||||
{title || label}
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user