@@ -252,7 +252,7 @@ export default function AskPage() {
252252 value = { newTicketSubject }
253253 onChange = { ( e ) => setNewTicketSubject ( e . target . value ) }
254254 placeholder = "e.g., Guidance on Meditation Practice"
255- className = "w-full bg-gray-50 border border-gray-100 rounded-2xl p-2.5 focus:ring-4 focus:ring-ochre/10 focus:border-ochre outline-none transition-all text-sm font-medium"
255+ className = "w-full bg-gray-50 border border-gray-100 rounded-2xl p-2.5 focus:ring-4 focus:ring-ochre/10 focus:border-ochre outline-none transition-all text-base font-medium"
256256 />
257257 </ div >
258258 < div className = "space-y-1.5" >
@@ -263,7 +263,7 @@ export default function AskPage() {
263263 value = { newTicketMessage }
264264 onChange = { ( e ) => setNewTicketMessage ( e . target . value ) }
265265 placeholder = "Please share your spiritual question or request for guidance in detail..."
266- className = "w-full bg-gray-50 border border-gray-100 rounded-2xl p-3.5 focus:ring-4 focus:ring-ochre/10 focus:border-ochre outline-none transition-all text-sm leading-relaxed resize-none font-medium"
266+ className = "w-full bg-gray-50 border border-gray-100 rounded-2xl p-3.5 focus:ring-4 focus:ring-ochre/10 focus:border-ochre outline-none transition-all text-base leading-relaxed resize-none font-medium"
267267 />
268268 </ div >
269269 < button
@@ -314,15 +314,15 @@ export default function AskPage() {
314314 value = { newTicketSubject }
315315 onChange = { ( e ) => setNewTicketSubject ( e . target . value ) }
316316 placeholder = "Topic of Spiritual Inquiry..."
317- className = "w-full bg-white border border-gray-100 rounded-xl px-3 py-2 text-sm focus:ring-2 focus:ring-ochre/20 focus:border-ochre outline-none font-medium"
317+ className = "w-full bg-white border border-gray-100 rounded-xl px-3 py-2 text-base focus:ring-2 focus:ring-ochre/20 focus:border-ochre outline-none font-medium"
318318 />
319319 < textarea
320320 required
321321 rows = { 3 }
322322 value = { newTicketMessage }
323323 onChange = { ( e ) => setNewTicketMessage ( e . target . value ) }
324324 placeholder = "Share your spiritual query or request guidance..."
325- className = "w-full bg-white border border-gray-100 rounded-xl px-3 py-2 text-sm focus:ring-2 focus:ring-ochre/20 focus:border-ochre outline-none font-medium resize-none"
325+ className = "w-full bg-white border border-gray-100 rounded-xl px-3 py-2 text-base focus:ring-2 focus:ring-ochre/20 focus:border-ochre outline-none font-medium resize-none"
326326 />
327327 < button
328328 type = "submit"
@@ -506,7 +506,7 @@ export default function AskPage() {
506506 onChange = { ( e ) => setFollowUpText ( prev => ( { ...prev , [ expandedTicketId ! ] : e . target . value } ) ) }
507507 placeholder = "Type your clarifying question here..."
508508 rows = { 2 }
509- className = "w-full border-none bg-gray-50 rounded-xl p-3 text-sm font-medium focus:ring-2 focus:ring-ochre/20 outline-none resize-none mb-3"
509+ className = "w-full border-none bg-gray-50 rounded-xl p-3 text-base font-medium focus:ring-2 focus:ring-ochre/20 outline-none resize-none mb-3"
510510 />
511511 < div className = "flex items-center justify-between gap-3" >
512512 < button
0 commit comments