mirror of
https://github.com/JideGuru/FlutterEbookApp.git
synced 2025-08-24 17:22:30 +08:00
fix: fixed dark theme not enabled
This commit is contained in:
@ -32,7 +32,7 @@ class MyApp extends ConsumerWidget {
|
||||
? ThemeConfig.darkTheme
|
||||
: ThemeConfig.lightTheme,
|
||||
),
|
||||
// darkTheme: themeData(ThemeConfig.darkTheme),
|
||||
darkTheme: themeData(ThemeConfig.darkTheme),
|
||||
routerConfig: _appRouter.config(),
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user