uso de imágenes y eliminación de innecesarias
This commit is contained in:
@@ -590,8 +590,13 @@ class BarraFuegoPremiumFarolero extends StatelessWidget {
|
||||
children: [
|
||||
Row(
|
||||
children: [
|
||||
const Icon(Icons.local_fire_department,
|
||||
color: TemaApp.colorNaranja, size: 18),
|
||||
Image.asset(
|
||||
'assets/ui/generated/actions/action_fire_badge.webp',
|
||||
width: 22,
|
||||
height: 22,
|
||||
fit: BoxFit.contain,
|
||||
filterQuality: FilterQuality.medium,
|
||||
),
|
||||
const SizedBox(width: 6),
|
||||
Text(
|
||||
'${AppLocalizations.of(context)!.fireLabel} '
|
||||
@@ -1147,10 +1152,13 @@ class _IconoFuegoRecompensa extends StatelessWidget {
|
||||
),
|
||||
],
|
||||
),
|
||||
child: const Icon(
|
||||
Icons.local_fire_department,
|
||||
color: Color(0xFF1B1010),
|
||||
size: 30,
|
||||
child: Padding(
|
||||
padding: const EdgeInsets.all(7),
|
||||
child: Image.asset(
|
||||
'assets/ui/generated/actions/action_fire_badge.webp',
|
||||
fit: BoxFit.contain,
|
||||
filterQuality: FilterQuality.medium,
|
||||
),
|
||||
),
|
||||
);
|
||||
}
|
||||
@@ -1185,10 +1193,12 @@ class _DeltaFuegoPremium extends StatelessWidget {
|
||||
child: Row(
|
||||
mainAxisSize: MainAxisSize.min,
|
||||
children: [
|
||||
const Icon(
|
||||
Icons.local_fire_department,
|
||||
color: TemaApp.colorNaranja,
|
||||
size: 24,
|
||||
Image.asset(
|
||||
'assets/ui/generated/actions/action_fire_badge.webp',
|
||||
width: 26,
|
||||
height: 26,
|
||||
fit: BoxFit.contain,
|
||||
filterQuality: FilterQuality.medium,
|
||||
),
|
||||
const SizedBox(width: 4),
|
||||
Text(
|
||||
|
||||
Reference in New Issue
Block a user