Skip to content

Commit

Permalink
clients/packages/checkout: fix button sizes on tax id and discount fi…
Browse files Browse the repository at this point in the history
…elds
  • Loading branch information
frankie567 committed Feb 28, 2025
1 parent 91590e1 commit a692d28
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions clients/packages/checkout/src/components/CheckoutForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -475,6 +475,7 @@ const BaseCheckoutForm = ({
<Button
type="button"
variant="secondary"
size="sm"
onClick={() => clearTaxId()}
>
<XIcon className="h-4 w-4" />
Expand Down Expand Up @@ -524,6 +525,7 @@ const BaseCheckoutForm = ({
<Button
type="button"
variant="secondary"
size="sm"
onClick={addDiscountCode}
>
Apply
Expand All @@ -533,6 +535,7 @@ const BaseCheckoutForm = ({
<Button
type="button"
variant="secondary"
size="sm"
onClick={removeDiscountCode}
>
<XIcon className="h-4 w-4" />
Expand Down

0 comments on commit a692d28

Please sign in to comment.