Skip to content

Commit 680febd

Browse files
Set light theme as the default
1 parent 0e77d7d commit 680febd

1 file changed

Lines changed: 1 addition & 15 deletions

File tree

lib/main.dart

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -23,21 +23,7 @@ class MainApp extends StatelessWidget {
2323
@override
2424
Widget build(BuildContext context) {
2525
return ThemeBuilder(
26-
// darkTheme: ThemeData(
27-
// colorScheme: ColorScheme.fromSeed(
28-
// brightness: Brightness.dark,
29-
// seedColor: const Color(0xFF123B59),
30-
// ),
31-
// useMaterial3: true,
32-
// ),
33-
// lightTheme: ThemeData(
34-
// colorScheme: ColorScheme.fromSeed(
35-
// brightness: Brightness.light,
36-
// seedColor: const Color.fromARGB(255, 18, 59, 89),
37-
// ),
38-
// useMaterial3: true,
39-
// ),
40-
defaultThemeMode: ThemeMode.dark,
26+
defaultThemeMode: ThemeMode.light,
4127
lightTheme: AppTheme.light,
4228
darkTheme: AppTheme.dark,
4329
builder: (context, regularTheme, darkTheme, themeMode) => MaterialApp(

0 commit comments

Comments
 (0)