Commit final
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user