@@ -241,7 +241,7 @@ const IncidentReportForm = () => {
241241 value = { formData . location }
242242 onChange = { handleChange }
243243 placeholder = "e.g., London, UK"
244- className = "w-full px-4 py-2 bg-[#0a0e14] border border-[#1c2a35] text-white placeholder:text-slate-400 focus:outline-none focus:ring-2 focus:ring-red-500 "
244+ className = "w-full px-4 py-2 bg-[#0a0e14] border border-[#1c2a35] text-white placeholder:text-slate-400 focus:outline-none focus:ring-2 focus:ring-[#4afa82] "
245245 />
246246 </ div >
247247 < div >
@@ -254,7 +254,7 @@ const IncidentReportForm = () => {
254254 name = "date"
255255 value = { formData . date }
256256 onChange = { handleChange }
257- className = "w-full px-4 py-2 bg-[#0a0e14] border border-[#1c2a35] text-white focus:outline-none focus:ring-2 focus:ring-red-500 "
257+ className = "w-full px-4 py-2 bg-[#0a0e14] border border-[#1c2a35] text-white focus:outline-none focus:ring-2 focus:ring-[#4afa82] "
258258 />
259259 </ div >
260260 </ div >
@@ -270,7 +270,7 @@ const IncidentReportForm = () => {
270270 onChange = { handleChange }
271271 rows = { 5 }
272272 placeholder = "Please describe what happened in as much detail as you feel comfortable sharing..."
273- className = "w-full px-4 py-2 bg-[#0a0e14] border border-[#1c2a35] text-white placeholder:text-slate-400 focus:outline-none focus:ring-2 focus:ring-red-500 "
273+ className = "w-full px-4 py-2 bg-[#0a0e14] border border-[#1c2a35] text-white placeholder:text-slate-400 focus:outline-none focus:ring-2 focus:ring-[#4afa82] "
274274 required
275275 />
276276 </ div >
@@ -286,7 +286,7 @@ const IncidentReportForm = () => {
286286 value = { formData . perpetrators }
287287 onChange = { handleChange }
288288 placeholder = "e.g., Unknown individuals, Chinese embassy staff, CSSA members"
289- className = "w-full px-4 py-2 bg-[#0a0e14] border border-[#1c2a35] text-white placeholder:text-slate-400 focus:outline-none focus:ring-2 focus:ring-red-500 "
289+ className = "w-full px-4 py-2 bg-[#0a0e14] border border-[#1c2a35] text-white placeholder:text-slate-400 focus:outline-none focus:ring-2 focus:ring-[#4afa82] "
290290 />
291291 </ div >
292292
@@ -301,7 +301,7 @@ const IncidentReportForm = () => {
301301 value = { formData . evidence }
302302 onChange = { handleChange }
303303 placeholder = "e.g., Screenshots, photos, recordings, documents"
304- className = "w-full px-4 py-2 bg-[#0a0e14] border border-[#1c2a35] text-white placeholder:text-slate-400 focus:outline-none focus:ring-2 focus:ring-red-500 "
304+ className = "w-full px-4 py-2 bg-[#0a0e14] border border-[#1c2a35] text-white placeholder:text-slate-400 focus:outline-none focus:ring-2 focus:ring-[#4afa82] "
305305 />
306306 < p className = "text-xs text-slate-400 mt-1" >
307307 Do not upload files here. If you have evidence, mention it and we'll provide secure upload instructions.
@@ -345,7 +345,7 @@ const IncidentReportForm = () => {
345345 value = { formData . contactEmail }
346346 onChange = { handleChange }
347347 placeholder = "your-secure-email@protonmail.com"
348- className = "w-full px-4 py-2 bg-[#0a0e14] border border-[#1c2a35] text-white placeholder:text-slate-400 focus:outline-none focus:ring-2 focus:ring-red-500 "
348+ className = "w-full px-4 py-2 bg-[#0a0e14] border border-[#1c2a35] text-white placeholder:text-slate-400 focus:outline-none focus:ring-2 focus:ring-[#4afa82] "
349349 />
350350 < p className = "text-xs text-slate-400 mt-1" >
351351 We recommend using a secure email provider like ProtonMail
0 commit comments