PaymentModal: Fix position of the provider icon (#4267)

This commit is contained in:
Alexander Zinchuk 2024-02-23 14:05:57 +01:00
parent cb9330bcef
commit 64cd8ab7dd

View File

@ -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>