diff --git a/index.html b/index.html index 0682247..30a6daf 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,5 @@ - diff --git a/src/components/sva/contactField.ts b/src/components/sva/contactField.ts index d77c573..39d174c 100644 --- a/src/components/sva/contactField.ts +++ b/src/components/sva/contactField.ts @@ -24,7 +24,7 @@ export const svaContactField = sva({ }, textarea: { p: "2", - bg: "white.0", + bg: "white", height: "200px", rounded: "md", shadow: "md", @@ -33,7 +33,7 @@ export const svaContactField = sva({ }, select: { p: "2", - bg: "white.0", + bg: "white", border: "1px solid", rounded: "md", shadow: "md", @@ -41,7 +41,7 @@ export const svaContactField = sva({ }, input: { p: "2", - bg: "white.0", + bg: "white", rounded: "md", shadow: "md", width: "100%",