add dashboard to phone app
This commit is contained in:
@@ -55,7 +55,7 @@ class VehicleCard extends StatelessWidget {
|
||||
const Icon(Icons.attach_money,
|
||||
size: 16, color: Color(0xFF1A56DB)),
|
||||
Text(
|
||||
'${vehicle.dailyRate.toStringAsFixed(0)}/day',
|
||||
'\$${(vehicle.dailyRate / 100).toStringAsFixed(0)}/day',
|
||||
style: const TextStyle(
|
||||
fontWeight: FontWeight.w600,
|
||||
color: Color(0xFF1A56DB),
|
||||
|
||||
Reference in New Issue
Block a user