Skip to content

Commit f59d6d9

Browse files
committed
increase tap target
1 parent 8b84199 commit f59d6d9

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

packages/ui/src/components/Checkout/CheckoutForm.tsx

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,15 @@ const AppliedPromoCodeRow = () => {
109109
aria-label={t(localizationKeys('billing.checkout.removePromoCode'))}
110110
isDisabled={isLoading}
111111
onClick={() => void updatePromoCode('')}
112-
sx={{ padding: 0 }}
112+
sx={{
113+
padding: 0,
114+
position: 'relative',
115+
'&::after': {
116+
content: '""',
117+
position: 'absolute',
118+
inset: '-18px',
119+
},
120+
}}
113121
>
114122
<Icon
115123
icon={Close}

0 commit comments

Comments
 (0)