diff --git a/lib/pages/shipment_rates_calculate.dart b/lib/pages/shipment_rates_calculate.dart index ce6b86b..63ab1f0 100644 --- a/lib/pages/shipment_rates_calculate.dart +++ b/lib/pages/shipment_rates_calculate.dart @@ -90,13 +90,13 @@ class _ShipmentRatesCalState extends State { SizedBox(height: 50), Center( child: Text( - "Delivery fee:\$ 5", + "Delivery fee:\$ 0", style: TextStyle(color: primaryColor, fontSize: 16), )), SizedBox(height: 20), Center( child: Text( - "Total estimated amount:\$ 38", + "Total estimated amount:\$ 95", style: TextStyle(color: primaryColor, fontSize: 20), )) ],