|
@@ -419,7 +419,7 @@ class _CategoriaProductoScreenState extends State<CategoriaProductoScreen> {
|
|
shape: RoundedRectangleBorder(
|
|
shape: RoundedRectangleBorder(
|
|
borderRadius: BorderRadius.circular(20.0),
|
|
borderRadius: BorderRadius.circular(20.0),
|
|
),
|
|
),
|
|
- primary: AppTheme.tertiary,
|
|
|
|
|
|
+ backgroundColor: AppTheme.tertiary,
|
|
padding: const EdgeInsets.symmetric(vertical: 25),
|
|
padding: const EdgeInsets.symmetric(vertical: 25),
|
|
),
|
|
),
|
|
child: Text('Limpiar',
|
|
child: Text('Limpiar',
|
|
@@ -447,7 +447,7 @@ class _CategoriaProductoScreenState extends State<CategoriaProductoScreen> {
|
|
shape: RoundedRectangleBorder(
|
|
shape: RoundedRectangleBorder(
|
|
borderRadius: BorderRadius.circular(20.0),
|
|
borderRadius: BorderRadius.circular(20.0),
|
|
),
|
|
),
|
|
- primary: AppTheme.tertiary,
|
|
|
|
|
|
+ backgroundColor: AppTheme.tertiary,
|
|
padding: const EdgeInsets.symmetric(vertical: 25),
|
|
padding: const EdgeInsets.symmetric(vertical: 25),
|
|
),
|
|
),
|
|
child: Text('Buscar',
|
|
child: Text('Buscar',
|