Multitud de iconos más
This commit is contained in:
@@ -625,7 +625,7 @@ class _PantallaUnirseState extends State<PantallaUnirse> {
|
||||
padding: const EdgeInsets.symmetric(horizontal: 16, vertical: 16),
|
||||
child: Row(
|
||||
children: [
|
||||
const Icon(
|
||||
IconoFarolero(
|
||||
Icons.theater_comedy,
|
||||
color: TemaApp.colorNaranja,
|
||||
size: 30,
|
||||
@@ -646,7 +646,7 @@ class _PantallaUnirseState extends State<PantallaUnirse> {
|
||||
],
|
||||
),
|
||||
),
|
||||
const Icon(
|
||||
IconoFarolero(
|
||||
Icons.arrow_forward_ios,
|
||||
size: 16,
|
||||
color: TemaApp.colorDorado,
|
||||
@@ -773,7 +773,7 @@ class _PantallaUnirseState extends State<PantallaUnirse> {
|
||||
children: [
|
||||
// Opción crear nuevo usuario (tarea 3.5)
|
||||
ListTile(
|
||||
leading: const Icon(
|
||||
leading: IconoFarolero(
|
||||
Icons.add,
|
||||
color: TemaApp.colorAcento,
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user