Changed Products page progress indicator's color
This commit is contained in:
parent
63c2e5ac25
commit
b57a81de97
1 changed files with 3 additions and 1 deletions
|
@ -35,7 +35,9 @@ class _ProductsState extends State<Products> {
|
|||
);
|
||||
}
|
||||
return const Center(
|
||||
child: CircularProgressIndicator(),
|
||||
child: CircularProgressIndicator(
|
||||
color: Colors.red,
|
||||
),
|
||||
);
|
||||
},
|
||||
),
|
||||
|
|
Loading…
Add table
Reference in a new issue