This commit is contained in:
Patrick Alvin Alcala 2025-01-22 16:23:32 +08:00
parent b2aeb642cc
commit b6b7ab6e84
8 changed files with 155 additions and 61 deletions

View file

@ -14,7 +14,9 @@ class AuthGate extends StatelessWidget {
if (snapshot.connectionState == ConnectionState.waiting) {
return Scaffold(
body: Center(
child: CircularProgressIndicator(),
child: CircularProgressIndicator(
color: Colors.green,
),
),
);
}