diff --git a/app/components/PaymentForm.tsx b/app/components/PaymentForm.tsx index 419c1d3a..c6c75e7b 100644 --- a/app/components/PaymentForm.tsx +++ b/app/components/PaymentForm.tsx @@ -57,7 +57,7 @@ const PaymentForm = (properties: PaymentFormProperties) => { name="radioGroup" id="" value={"Debit/Credit Card"} - className="h-5 w-5 border bg-white checked:border-primary checked:accent-primary" + className="h-5 w-5 border accent-primary checked:bg-transparent" />