Limpieza de peso de imágenes

This commit is contained in:
2026-05-11 20:30:59 +02:00
parent 928cbd8a1d
commit e7c5b08ec0
94 changed files with 181 additions and 246 deletions
+5 -2
View File
@@ -99,8 +99,10 @@ class TemaApp {
foregroundColor: Colors.black,
disabledBackgroundColor: colorTarjeta,
disabledForegroundColor: colorTextoSecundario,
elevation: 0,
elevation: 10,
shadowColor: colorNaranja.withValues(alpha: 0.34),
padding: const EdgeInsets.symmetric(horizontal: 24, vertical: 16),
side: BorderSide(color: colorDorado.withValues(alpha: 0.72)),
shape: RoundedRectangleBorder(borderRadius: BorderRadius.circular(18)),
textStyle: GoogleFonts.oswald(
fontWeight: FontWeight.w700,
@@ -112,7 +114,8 @@ class TemaApp {
outlinedButtonTheme: OutlinedButtonThemeData(
style: OutlinedButton.styleFrom(
foregroundColor: colorTexto,
side: const BorderSide(color: colorBorde),
backgroundColor: colorSuperficie.withValues(alpha: 0.70),
side: BorderSide(color: colorDorado.withValues(alpha: 0.52)),
padding: const EdgeInsets.symmetric(horizontal: 24, vertical: 16),
shape: RoundedRectangleBorder(borderRadius: BorderRadius.circular(18)),
textStyle: GoogleFonts.oswald(