TF-362 Change the view of Home and Session to become loading with spinner in white background
This commit is contained in:
committed by
Dat H. Pham
parent
be6006510e
commit
6dc9e7b74f
@@ -8,7 +8,7 @@ class SessionView extends GetWidget<SessionController> {
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return Container(
|
||||
color: AppColor.primaryColor,
|
||||
color: AppColor.primaryLightColor,
|
||||
child: SizedBox(
|
||||
width: 100,
|
||||
height: 100,
|
||||
|
||||
Reference in New Issue
Block a user