fix: some
This commit is contained in:
@@ -19,6 +19,9 @@ class MyAppStateMobile extends State<MyApp> {
|
||||
: MaterialApp(
|
||||
title: 'GymLink Module',
|
||||
theme: theme,
|
||||
themeMode: context.read<GymLinkProvider>().blackTheme
|
||||
? ThemeMode.dark
|
||||
: ThemeMode.light,
|
||||
debugShowCheckedModeBanner: false,
|
||||
home: const MainPage(),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user