Commit final

This commit is contained in:
2026-05-23 09:31:45 -06:00
parent 8fe3665ffb
commit 14a6498c83
18 changed files with 102 additions and 102 deletions

View File

@@ -123,7 +123,7 @@ class _ReporteChatScreenState extends State<ReporteChatScreen> {
const SizedBox(height: 12),
Text(isAdmin
? 'Sin mensajes aún. Inicia la conversación.'
: 'Escribe tu mensaje al Ayuntamiento de Celaya.',
: 'Escribe tu mensaje al Dir. Gral. Servicios Municipales.',
style: const TextStyle(color: AppColors.grisTexto),
textAlign: TextAlign.center),
]))
@@ -176,7 +176,7 @@ class _ReporteChatScreenState extends State<ReporteChatScreen> {
children: [
if (!me) ...[
Text(
rol == 'ADMINISTRADOR' ? 'Ayuntamiento de Celaya' : 'Ciudadano',
rol == 'ADMINISTRADOR' ? 'Dir. Gral. Servicios Municipales' : 'Ciudadano',
style: const TextStyle(fontSize: 10,
fontWeight: FontWeight.bold,
color: AppColors.guindaPrimary)),
@@ -214,7 +214,7 @@ class _ReporteChatScreenState extends State<ReporteChatScreen> {
decoration: InputDecoration(
hintText: isAdmin
? 'Responde al ciudadano...'
: 'Escribe al Ayuntamiento de Celaya...',
: 'Escribe al Dir. Gral. Servicios Municipales...',
border: OutlineInputBorder(
borderRadius: BorderRadius.circular(24),
borderSide: BorderSide.none),