Nuevos assets para otras pantallas (meta)
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user