diff --git a/lib/pages/home/filters.dart b/lib/pages/home/filters.dart index a80264e..49f643b 100644 --- a/lib/pages/home/filters.dart +++ b/lib/pages/home/filters.dart @@ -157,7 +157,7 @@ class FiltersPageState extends State { child: ElevatedButton( style: ElevatedButton.styleFrom( backgroundColor: Colors.yellow[700], - foregroundColor: Colors.white, + foregroundColor: Colors.black, padding: const EdgeInsets.symmetric(vertical: 16.0), ), onPressed: () {},