fix phone dashboard
This commit is contained in:
@@ -6,6 +6,7 @@ import 'package:intl/intl.dart';
|
||||
import '../providers/client_providers.dart';
|
||||
import '../../../core/models/marketplace.dart';
|
||||
import '../../../l10n/app_localizations.dart';
|
||||
import '../../../widgets/app_back_button.dart';
|
||||
import '../../../widgets/preferences_bar.dart';
|
||||
import 'client_shell.dart';
|
||||
import 'widgets/marketplace_vehicle_card.dart';
|
||||
@@ -233,15 +234,21 @@ class _ClientHomeScreenState extends ConsumerState<ClientHomeScreen> {
|
||||
padding: const EdgeInsets.fromLTRB(20, 16, 12, 0),
|
||||
child: Row(
|
||||
children: [
|
||||
Text(
|
||||
l10n.findCarToRent,
|
||||
style: TextStyle(
|
||||
color: cs.onSurface,
|
||||
fontSize: 20,
|
||||
fontWeight: FontWeight.bold,
|
||||
AppBackButton(
|
||||
fallbackRoute: '/landing',
|
||||
color: cs.onSurface,
|
||||
),
|
||||
const SizedBox(width: 4),
|
||||
Expanded(
|
||||
child: Text(
|
||||
l10n.findCarToRent,
|
||||
style: TextStyle(
|
||||
color: cs.onSurface,
|
||||
fontSize: 20,
|
||||
fontWeight: FontWeight.bold,
|
||||
),
|
||||
),
|
||||
),
|
||||
const Spacer(),
|
||||
const PreferencesBar(),
|
||||
],
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user