Merge remote-tracking branch 'origin/main_design2.0' into main_design2.0

main_design2.0
zaid_daoud 2 years ago
commit 3e07513aeb

@ -146,7 +146,7 @@ class _GasRefillDetailsPageState extends State<GasRefillDetailsPage> {
setState(() {});
},
),
Text(gasRefillModel.startDate?.toServiceRequestCardFormat ?? "", textAlign: TextAlign.end, style: AppTextStyles.tinyFont.copyWith(color: const Color(0xFF3B3D4A))),
Text(gasRefillModel.expectedDate?.toServiceRequestCardFormat ?? "", textAlign: TextAlign.end, style: AppTextStyles.tinyFont.copyWith(color: const Color(0xFF3B3D4A))),
],
)
],

Loading…
Cancel
Save