fix: fixed dark theme not enabled

This commit is contained in:
jideguru
2023-07-12 23:45:30 +01:00
parent 61abe5c4a0
commit 56f682d2c8
5 changed files with 14 additions and 13 deletions

View File

@ -32,7 +32,7 @@ class MyApp extends ConsumerWidget {
? ThemeConfig.darkTheme
: ThemeConfig.lightTheme,
),
// darkTheme: themeData(ThemeConfig.darkTheme),
darkTheme: themeData(ThemeConfig.darkTheme),
routerConfig: _appRouter.config(),
);
}