aplicadas correcciones
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user