💄 Optimized loading style

This commit is contained in:
2025-12-21 02:49:45 +08:00
parent f5fb5d8a98
commit 46a773cfe9
2 changed files with 152 additions and 156 deletions

View File

@@ -30,7 +30,10 @@ class DashboardScreen extends HookConsumerWidget {
@override
Widget build(BuildContext context, WidgetRef ref) {
return AppScaffold(body: Center(child: DashboardGrid()));
return AppScaffold(
isNoBackground: false,
body: Center(child: DashboardGrid()),
);
}
}