Iconografía básica
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user