This commit is contained in:
Simon Ding
2024-07-07 23:32:46 +08:00
parent 6debad6eb9
commit 38aa250c60
2 changed files with 6 additions and 7 deletions

View File

@@ -100,7 +100,7 @@ class MyApp extends StatelessWidget {
// This works for code too, not just values: Most code changes can be
// tested with just a hot reload.
colorScheme: ColorScheme.fromSeed(
seedColor: Colors.deepPurple, brightness: Brightness.dark),
seedColor: Colors.blue, brightness: Brightness.dark),
useMaterial3: true,
),
routerConfig: _router,