removed brand color from stripe card (#1342)
This commit is contained in:
parent
6b426b5386
commit
ca405743fb
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ import Button from "@components/ui/Button";
|
||||||
const CARD_OPTIONS = {
|
const CARD_OPTIONS = {
|
||||||
iconStyle: "solid" as const,
|
iconStyle: "solid" as const,
|
||||||
classes: {
|
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: {
|
style: {
|
||||||
base: {
|
base: {
|
||||||
|
|
Loading…
Reference in a new issue