fix phone dashboard

This commit is contained in:
root
2026-05-27 03:11:45 -04:00
parent 7ca43ba2f3
commit 1112b04516
48 changed files with 1222 additions and 368 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ class CarRentalApp extends ConsumerWidget {
final themeMode = ref.watch(themeProvider);
return MaterialApp.router(
title: 'RentalDriveGo',
title: 'KriTomobil',
theme: AppTheme.light,
darkTheme: AppTheme.dark,
themeMode: themeMode,