Skip to content

Commit

Permalink
fix: loading
Browse files Browse the repository at this point in the history
  • Loading branch information
AladdineDev committed May 18, 2024
1 parent 5b9aec6 commit e219a05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/src/app_startup.dart
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ class AppStartupLoadingWidget extends StatelessWidget {

@override
Widget build(BuildContext context) {
return const MaterialApp(
return MaterialApp(
home: Scaffold(
body: CircularProgressIndicator(),
backgroundColor: Theme.of(context).colorScheme.primary,
),
);
}
Expand Down

0 comments on commit e219a05

Please sign in to comment.