Iconografía básica
This commit is contained in:
@@ -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),
|
||||
],
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user