aplicadas correcciones

This commit is contained in:
2026-05-10 22:53:41 +02:00
parent 12af58d828
commit fa7901019f
42 changed files with 2708 additions and 76 deletions

View File

@@ -220,6 +220,7 @@ class _HeroResultado extends StatelessWidget {
@override
Widget build(BuildContext context) {
final l10n = AppLocalizations.of(context)!;
final apertura = String.fromCharCode(0x00A1);
final tituloLimpio = titulo
.replaceAll(apertura, '')
@@ -254,7 +255,7 @@ class _HeroResultado extends StatelessWidget {
).animate().fadeIn(duration: 260.ms).slideY(begin: -0.18),
const SizedBox(height: 62),
Text(
'RESULTADOS',
l10n.result.toUpperCase(),
style: Theme.of(context).textTheme.labelLarge?.copyWith(
color: TemaApp.colorDorado,
fontWeight: FontWeight.w900,