This commit is contained in:
2025-11-04 08:12:13 +07:00
parent 9df4b79a66
commit ff25363a19
5 changed files with 177 additions and 6 deletions

View File

@@ -33,7 +33,7 @@ class MyApp extends ConsumerWidget {
final router = ref.watch(appRouterProvider);
return MaterialApp.router(
title: 'Warehouse Manager',
title: 'MinhThu',
theme: AppTheme.lightTheme,
darkTheme: AppTheme.darkTheme,
themeMode: ThemeMode.system,