removed brand color from stripe card (#1342)
parent
6b426b5386
commit
ca405743fb
|
@ -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: {
|
||||
|
|
Loading…
Reference in New Issue