diff --git a/lib/main.dart b/lib/main.dart index 30bdd92..d32c259 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -28,6 +28,7 @@ class App extends ConsumerWidget { Widget build(BuildContext context, WidgetRef ref) => DynamicColorBuilder( builder: (lightDynamic, darkDynamic) => MaterialApp( debugShowCheckedModeBanner: false, + // Use indigo to work around bugs in theme generation theme: (lightDynamic ?? ColorScheme.fromSeed(seedColor: Colors.indigo)) .theme, darkTheme: