Iconografía básica

This commit is contained in:
2026-05-12 01:20:19 +02:00
parent 5697c2a5a1
commit 158a7ae6a8
36 changed files with 221 additions and 103 deletions
+3 -3
View File
@@ -846,7 +846,7 @@ class _TarjetaImpostores extends StatelessWidget {
Row(
mainAxisAlignment: MainAxisAlignment.center,
children: [
const Icon(Icons.theater_comedy, color: TemaApp.colorAcento),
IconoFarolero(Icons.theater_comedy, color: TemaApp.colorAcento),
const SizedBox(width: 8),
Flexible(
child: Text(
@@ -867,7 +867,7 @@ class _TarjetaImpostores extends StatelessWidget {
child: Row(
mainAxisAlignment: MainAxisAlignment.center,
children: [
const Icon(Icons.theater_comedy,
IconoFarolero(Icons.theater_comedy,
size: 20, color: TemaApp.colorAcento),
const SizedBox(width: 8),
Text(
@@ -879,7 +879,7 @@ class _TarjetaImpostores extends StatelessWidget {
),
if (j.eliminado) ...[
const SizedBox(width: 8),
const Icon(Icons.close,
IconoFarolero(Icons.close,
size: 16, color: TemaApp.colorTextoSecundario),
],
],