fix: some

This commit is contained in:
2024-06-18 21:19:23 +03:00
parent 34c0ea5fa1
commit dd59a605ad
4 changed files with 10 additions and 16 deletions

View File

@@ -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(),
),