diff --git a/ee/components/stripe/Payment.tsx b/ee/components/stripe/Payment.tsx index 683f5d8cf7..74e5296e74 100644 --- a/ee/components/stripe/Payment.tsx +++ b/ee/components/stripe/Payment.tsx @@ -15,7 +15,7 @@ import Button from "@components/ui/Button"; const CARD_OPTIONS = { iconStyle: "solid" as const, classes: { - base: "block p-2 w-full border-solid border-2 border-gray-300 rounded-md shadow-sm dark:bg-brand dark:text-brandcontrast dark:border-gray-900 focus-within:ring-black focus-within:border-brand sm:text-sm", + base: "block p-2 w-full border-solid border-2 border-gray-300 rounded-md shadow-sm dark:bg-black dark:text-white dark:border-black focus-within:ring-black focus-within:border-black sm:text-sm", }, style: { base: {