diff --git a/src/blocks/contact/dark/a.js b/src/blocks/contact/dark/a.js index 1c50e30..f289082 100644 --- a/src/blocks/contact/dark/a.js +++ b/src/blocks/contact/dark/a.js @@ -25,10 +25,10 @@ function DarkContactA(props) {

Post-ironic portland shabby chic echo park, banjo fashion axe

-
+
@@ -36,20 +36,20 @@ function DarkContactA(props) { type="email" id="email" name="email" - class={`w-full bg-gray-800 rounded border border-gray-700 focus:border-${props.theme}-500 text-base outline-none text-gray-100 pt-6 pb-1 px-3 leading-8 transition-colors duration-200 ease-in-out`} + className={`w-full bg-gray-800 rounded border border-gray-700 focus:border-${props.theme}-500 text-base outline-none text-gray-100 py-1 px-3 leading-8 transition-colors duration-200 ease-in-out`} />
-
+
-
-
+
+
@@ -27,13 +27,13 @@ function DarkCTAC(props) { type="text" id="full-name" name="full-name" - class={`w-full bg-gray-800 rounded border border-gray-700 focus:border-${props.theme}-500 text-base outline-none text-gray-100 pt-6 pb-1 px-3 leading-8 transition-colors duration-200 ease-in-out`} + className={`w-full bg-gray-800 rounded border border-gray-700 focus:border-${props.theme}-500 text-base outline-none text-gray-100 py-1 px-3 leading-8 transition-colors duration-200 ease-in-out`} />
-
+
@@ -41,7 +41,7 @@ function DarkCTAC(props) { type="email" id="email" name="email" - class={`w-full bg-gray-800 rounded border border-gray-700 focus:border-${props.theme}-500 text-base outline-none text-gray-100 pt-6 pb-1 px-3 leading-8 transition-colors duration-200 ease-in-out`} + className={`w-full bg-gray-800 rounded border border-gray-700 focus:border-${props.theme}-500 text-base outline-none text-gray-100 py-1 px-3 leading-8 transition-colors duration-200 ease-in-out`} />
-
-
+
+
@@ -27,13 +27,13 @@ function LightCTAC(props) { type="text" id="full-name" name="full-name" - class={`w-full bg-gray-100 rounded border border-gray-300 focus:border-${props.theme}-500 text-base outline-none text-gray-700 pt-6 pb-1 px-3 leading-8 transition-colors duration-200 ease-in-out`} + className={`w-full bg-gray-100 rounded border border-gray-300 focus:border-${props.theme}-500 text-base outline-none text-gray-700 py-1 px-3 leading-8 transition-colors duration-200 ease-in-out`} />
-
+
@@ -41,7 +41,7 @@ function LightCTAC(props) { type="email" id="email" name="email" - class={`w-full bg-gray-100 rounded border border-gray-300 focus:border-${props.theme}-500 text-base outline-none text-gray-700 pt-6 pb-1 px-3 leading-8 transition-colors duration-200 ease-in-out`} + className={`w-full bg-gray-100 rounded border border-gray-300 focus:border-${props.theme}-500 text-base outline-none text-gray-700 py-1 px-3 leading-8 transition-colors duration-200 ease-in-out`} />
-
-
+
+
@@ -136,7 +136,7 @@ function DarkFooterC(props) { type="text" id="footer-field" name="footer-field" - class={`w-full bg-gray-800 rounded border border-gray-700 focus:border-${props.theme}-500 text-base outline-none text-gray-100 pt-6 pb-1 px-3 leading-8 transition-colors duration-200 ease-in-out`} + className={`w-full bg-gray-800 rounded border border-gray-700 focus:border-${props.theme}-500 text-base outline-none text-gray-100 py-1 px-3 leading-8 transition-colors duration-200 ease-in-out`} />
-
-
+
+
@@ -136,7 +136,7 @@ function LightFooterC(props) { type="text" id="footer-field" name="footer-field" - class={`w-full bg-gray-100 rounded border border-gray-300 focus:border-${props.theme}-500 text-base outline-none text-gray-700 pt-6 pb-1 px-3 leading-8 transition-colors duration-200 ease-in-out`} + className={`w-full bg-gray-100 rounded border border-gray-300 focus:border-${props.theme}-500 text-base outline-none text-gray-700 py-1 px-3 leading-8 transition-colors duration-200 ease-in-out`} />