@@ -97,14 +97,14 @@ function FormPage() {
9797 return (
9898 < div className = "formPage" style = { { backgroundColor : theme . secondary } } >
9999
100- < div className = 'formPage-header' style = { { color : 'orange ' , fontFamily : 'system-ui' } } >
100+ < div className = 'formPage-header' style = { { color : '#fe6600 ' , fontFamily : 'system-ui' } } >
101101 < Link to = "/" >
102102 < AiOutlineHome className = { classes . home } />
103103 </ Link >
104104 < h2 > Contact</ h2 >
105105 </ div >
106106 < div >
107- < h3 style = { { color : 'orange ' , fontSize : '1.5rem' , margin : '.5rem 0 0 .3rem' , fontFamily : "'Noto Sans TC', sans-serif" } } > Fill out the form and I'll get back with you shortly! </ h3 >
107+ < h3 style = { { color : '#fe6600 ' , fontSize : '1.5rem' , margin : '.5rem 0 0 .3rem' , fontFamily : "'Noto Sans TC', sans-serif" } } > Fill out the form and I'll get back with you shortly! </ h3 >
108108 </ div >
109109 < form className = "mx-auto w-full pt-10" onSubmit = { handleSubmit } >
110110 < div className = "flex flex-col md:flex-row" >
@@ -142,7 +142,7 @@ function FormPage() {
142142 < Grid item xs = { 12 } >
143143 < Item className = "projectPage-search" >
144144
145- < label style = { { width :"100%" , color : 'orange ' , fontSize : '1.2rem' } } > Select up to three services you are interested in:
145+ < label style = { { width :"100%" , color : '#fe6600 ' , fontSize : '1.2rem' } } > Select up to three services you are interested in:
146146 < input style = { { width : '100%' } } list = "services" name = "Service" data-aos = "fade-left"
147147 data-aos-duration = "1000"
148148 className = { classes . search } /> </ label >
@@ -168,7 +168,7 @@ function FormPage() {
168168 < Grid item xs = { 12 } >
169169 < Item className = "projectPage-search" >
170170
171- < label style = { { width :"100%" , color : 'orange ' , fontSize : '1.2rem' } } >
171+ < label style = { { width :"100%" , color : '#fe6600 ' , fontSize : '1.2rem' } } >
172172 < input style = { { width : '100%' } } list = "services" name = "Service" data-aos = "fade-left"
173173 data-aos-duration = "1000"
174174 className = { classes . search } /> </ label >
@@ -194,7 +194,7 @@ function FormPage() {
194194 < Grid item xs = { 12 } >
195195 < Item className = "projectPage-search" >
196196
197- < label style = { { width :"100%" , color : 'orange ' , fontSize : '1.2rem' } } >
197+ < label style = { { width :"100%" , color : '#fe6600 ' , fontSize : '1.2rem' } } >
198198 < input style = { { width : '100%' } } w-full list = "services" name = "Service" data-aos = "fade-left"
199199 data-aos-duration = "1000"
200200 className = { classes . search } /> </ label >
@@ -242,7 +242,7 @@ function FormPage() {
242242 type = "submit"
243243 disabled = { state . submitting }
244244 className = { classes . search }
245- style = { { background : 'orange ' , color : 'black' , fontSize : '1.5rem' , margin : '.5rem 0 0 .3rem' , fontFamily : "'Noto Sans TC', sans-serif" } }
245+ style = { { background : '#fe6600 ' , color : 'black' , fontSize : '1.5rem' , margin : '.5rem 0 0 .3rem' , fontFamily : "'Noto Sans TC', sans-serif" } }
246246 >
247247 Send
248248 < i className = "bx bx-chevron-right relative -right-2 text-3xl" > </ i >
0 commit comments