Nuevos assets para otras pantallas (meta)
Build & Deploy Farolero / Análisis de código (push) Failing after 56s
Build & Deploy Farolero / Build APK + AAB release (push) Has been skipped

This commit is contained in:
2026-05-11 19:04:45 +02:00
parent d338e78612
commit df2659ab9d
10 changed files with 51 additions and 12 deletions
+3 -1
View File
@@ -222,7 +222,7 @@ class _PantallaResultadoOnlineState extends State<PantallaResultadoOnline> {
child: Column(
mainAxisSize: MainAxisSize.min,
children: [
const Icon(Icons.hourglass_top, size: 48),
const ArteGameplayFarolero.resultado(height: 142),
const SizedBox(height: 16),
Text(
_snapshot.mensaje ?? l10n.impostorCanGuess,
@@ -261,6 +261,8 @@ class _PantallaResultadoOnlineState extends State<PantallaResultadoOnline> {
return Column(
crossAxisAlignment: CrossAxisAlignment.start,
children: [
const ArteGameplayFarolero.resultado(height: 132),
const SizedBox(height: 12),
Container(
width: double.infinity,
padding: const EdgeInsets.all(20),