@@ -21,7 +21,7 @@ const ContactForm = () => {
21
21
Full Name
22
22
</ label >
23
23
< input
24
- className = "w-full px-5 py-2 border border-gray-300 dark:border-primary-dark border-opacity-50 text-primary-dark dark:text-secondary-light bg-ternary-light dark:bg-ternary-dark rounded-md shadow-sm text-md dark:font-medium "
24
+ className = "w-full px-5 py-2 border border-gray-300 dark:border-primary-dark border-opacity-50 text-primary-dark dark:text-secondary-light bg-ternary-light dark:bg-ternary-dark rounded-md shadow-sm text-md"
25
25
id = "name"
26
26
name = "name"
27
27
type = "text"
@@ -38,7 +38,7 @@ const ContactForm = () => {
38
38
Email
39
39
</ label >
40
40
< input
41
- className = "w-full px-5 py-2 border border-gray-300 dark:border-primary-dark border-opacity-50 text-primary-dark dark:text-secondary-light bg-ternary-light dark:bg-ternary-dark rounded-md shadow-sm text-md dark:font-medium "
41
+ className = "w-full px-5 py-2 border border-gray-300 dark:border-primary-dark border-opacity-50 text-primary-dark dark:text-secondary-light bg-ternary-light dark:bg-ternary-dark rounded-md shadow-sm text-md"
42
42
id = "email"
43
43
name = "email"
44
44
type = "text"
@@ -55,7 +55,7 @@ const ContactForm = () => {
55
55
Subject
56
56
</ label >
57
57
< input
58
- className = "w-full px-5 py-2 border border-gray-300 dark:border-primary-dark border-opacity-50 text-primary-dark dark:text-secondary-light bg-ternary-light dark:bg-ternary-dark rounded-md shadow-sm text-md dark:font-medium "
58
+ className = "w-full px-5 py-2 border border-gray-300 dark:border-primary-dark border-opacity-50 text-primary-dark dark:text-secondary-light bg-ternary-light dark:bg-ternary-dark rounded-md shadow-sm text-md"
59
59
id = "subject"
60
60
name = "subject"
61
61
type = "text"
@@ -73,7 +73,7 @@ const ContactForm = () => {
73
73
Message
74
74
</ label >
75
75
< textarea
76
- className = "w-full px-5 py-2 border border-gray-300 dark:border-primary-dark border-opacity-50 text-primary-dark dark:text-secondary-light bg-ternary-light dark:bg-ternary-dark rounded-md shadow-sm text-md dark:font-medium "
76
+ className = "w-full px-5 py-2 border border-gray-300 dark:border-primary-dark border-opacity-50 text-primary-dark dark:text-secondary-light bg-ternary-light dark:bg-ternary-dark rounded-md shadow-sm text-md"
77
77
id = "message"
78
78
name = "message"
79
79
cols = "14"
@@ -82,7 +82,7 @@ const ContactForm = () => {
82
82
> </ textarea >
83
83
</ div >
84
84
85
- < div className = "font-general-medium w-40 px-4 py-2.5 text-white text-center font-medium tracking-wider bg-indigo-500 hover:bg-indigo-600 focus:ring-1 focus:ring-indigo-900 rounded-lg mt-6" >
85
+ < div className = "font-general-medium w-40 px-4 py-2.5 text-white text-center font-medium tracking-wider bg-indigo-500 hover:bg-indigo-600 focus:ring-1 focus:ring-indigo-900 rounded-lg mt-6 duration-500 " >
86
86
< Button
87
87
title = "Send Message"
88
88
type = "submit"
0 commit comments