Iconografía básica

This commit is contained in:
2026-05-12 01:20:19 +02:00
parent 5697c2a5a1
commit 158a7ae6a8
36 changed files with 221 additions and 103 deletions
+2 -2
View File
@@ -261,7 +261,7 @@ class _PerfilInicioPremium extends StatelessWidget {
foregroundColor: TemaApp.colorDorado,
side: BorderSide(color: TemaApp.colorDorado.withValues(alpha: 0.44)),
),
icon: const Icon(Icons.settings_rounded),
icon: IconoFarolero(Icons.settings_rounded),
),
],
),
@@ -506,7 +506,7 @@ class _AccesoHistorialPremium extends StatelessWidget {
child: Row(
mainAxisAlignment: MainAxisAlignment.center,
children: [
const Icon(Icons.history_rounded, color: TemaApp.colorNaranja),
IconoFarolero(Icons.history_rounded, color: TemaApp.colorNaranja),
const SizedBox(width: 10),
Text(
etiqueta.toUpperCase(),