Limpieza de peso de imágenes
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user