diff --git a/lib/main.dart b/lib/main.dart index 40d2d0c..3f405bd 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -27,7 +27,9 @@ class MyApp extends StatelessWidget { ], supportedLocales: [const Locale("fr")], routerConfig: router(context.read()), - theme: ThemeData.dark(), + theme: ThemeData.light(), + darkTheme: ThemeData.dark(), + themeMode: ThemeMode.system, ); } }