[web] purchase/tazapay: fix promo code dialog spacing (#1654)
This commit is contained in:
parent
c1469b0ea7
commit
bddfee6fbc
|
|
@ -116,7 +116,7 @@ export default function PurchaseLifetimePlanPromoCodeDialog({
|
||||||
title={label}
|
title={label}
|
||||||
width="sm"
|
width="sm"
|
||||||
onClose={onClose}>
|
onClose={onClose}>
|
||||||
<div className="mb-2 space-y-2.5">
|
<div className="mb-2 mt-3.5 space-y-2.5">
|
||||||
<div className="flex items-center justify-between gap-2.5">
|
<div className="flex items-center justify-between gap-2.5">
|
||||||
<Text color="secondary" size="body2">
|
<Text color="secondary" size="body2">
|
||||||
{label}
|
{label}
|
||||||
|
|
@ -167,7 +167,8 @@ export default function PurchaseLifetimePlanPromoCodeDialog({
|
||||||
</button>
|
</button>
|
||||||
)}
|
)}
|
||||||
<Divider color="emphasized" />
|
<Divider color="emphasized" />
|
||||||
<div className="flex items-center justify-between gap-2.5">
|
<div
|
||||||
|
className={clsx('flex items-center justify-between gap-2.5', 'pt-3')}>
|
||||||
<Text color="secondary" size="body2">
|
<Text color="secondary" size="body2">
|
||||||
{intl.formatMessage({
|
{intl.formatMessage({
|
||||||
defaultMessage: 'Total due',
|
defaultMessage: 'Total due',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue