diff --git a/libs/payments/ui/src/lib/client/components/CheckoutForm.tsx b/libs/payments/ui/src/lib/client/components/CheckoutForm.tsx index 9e3400d0512..dddc52d06a8 100644 --- a/libs/payments/ui/src/lib/client/components/CheckoutForm.tsx +++ b/libs/payments/ui/src/lib/client/components/CheckoutForm.tsx @@ -159,8 +159,8 @@ export function CheckoutForm({
setShowConsentError(true)} > @@ -229,11 +229,6 @@ export function CheckoutForm({ aria-disabled={ !stripeFieldsComplete || !nonStripeFieldsComplete || loading } - className={ - formEnabled - ? '' - : 'cursor-not-allowed relative focus:border-blue-400 focus:outline-none focus:shadow-input-blue-focus after:absolute after:content-[""] after:top-0 after:left-0 after:w-full after:h-full after:bg-white after:opacity-50 after:z-10' - } > Subscribe Now diff --git a/libs/payments/ui/src/lib/client/components/PrimaryButton.tsx b/libs/payments/ui/src/lib/client/components/PrimaryButton.tsx index 5f25bd68924..6835a9279d5 100644 --- a/libs/payments/ui/src/lib/client/components/PrimaryButton.tsx +++ b/libs/payments/ui/src/lib/client/components/PrimaryButton.tsx @@ -10,7 +10,7 @@ export function PrimaryButton({ children, ...props }: PrimaryButtonProps) { return (