nuevas pantallas
This commit is contained in:
@@ -134,12 +134,12 @@ class _PantallaVotacionClienteState extends State<PantallaVotacionCliente> {
|
||||
child: Column(
|
||||
crossAxisAlignment: CrossAxisAlignment.start,
|
||||
children: [
|
||||
const ArteGameplayFarolero.fase(height: 108),
|
||||
const SizedBox(height: 10),
|
||||
EncabezadoFarolero(
|
||||
icono: Icons.how_to_vote,
|
||||
titulo: l10n.whoDoYouThinkIsTheImpostor,
|
||||
subtitulo: _modoMultiVotante
|
||||
? 'Emití un voto por cada jugador que manejás.'
|
||||
: l10n.selectOnePlayer,
|
||||
subtitulo: l10n.selectOnePlayer,
|
||||
color: TemaApp.colorAcento,
|
||||
trailing: Image.asset(
|
||||
'assets/ui/premium/vote_danger_glow.png',
|
||||
@@ -254,6 +254,8 @@ class _PantallaVotacionClienteState extends State<PantallaVotacionCliente> {
|
||||
child: Column(
|
||||
crossAxisAlignment: CrossAxisAlignment.start,
|
||||
children: [
|
||||
const ArteGameplayFarolero.fase(height: 118),
|
||||
const SizedBox(height: 10),
|
||||
Container(
|
||||
width: double.infinity,
|
||||
padding: const EdgeInsets.all(20),
|
||||
@@ -275,7 +277,7 @@ class _PantallaVotacionClienteState extends State<PantallaVotacionCliente> {
|
||||
),
|
||||
const SizedBox(height: 8),
|
||||
Text(
|
||||
eraImpostor ? 'Era impostor' : 'Era inocente',
|
||||
eraImpostor ? l10n.wasImpostor : l10n.wasInnocent,
|
||||
style: TextStyle(
|
||||
color: eraImpostor
|
||||
? TemaApp.colorVerde
|
||||
|
||||
Reference in New Issue
Block a user