Changed Products page progress indicator's color

This commit is contained in:
Matthew Patrick 2022-04-23 22:57:52 +07:00
parent 63c2e5ac25
commit b57a81de97

View file

@ -35,7 +35,9 @@ class _ProductsState extends State<Products> {
);
}
return const Center(
child: CircularProgressIndicator(),
child: CircularProgressIndicator(
color: Colors.red,
),
);
},
),