|
@@ -117,7 +117,7 @@ class RepairInProgressPage extends HookConsumerWidget {
|
|
|
String cleanServiceType,
|
|
|
int serviceStatusCode) {
|
|
|
return Container(
|
|
|
- margin: const EdgeInsets.only(top: 9),
|
|
|
+ margin: const EdgeInsets.only(top: 10),
|
|
|
width: double.infinity,
|
|
|
decoration: BoxDecoration(
|
|
|
color: context.appColors.whiteBG,
|
|
@@ -185,14 +185,13 @@ class RepairInProgressPage extends HookConsumerWidget {
|
|
|
mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
|
|
children: [
|
|
|
MyTextView(
|
|
|
- item?.merchantNotes ?? "-",
|
|
|
+ "The staff will contact you soon",
|
|
|
fontSize: 14,
|
|
|
maxLines: 1,
|
|
|
isFontRegular: true,
|
|
|
textAlign: TextAlign.left,
|
|
|
textColor: context.appColors.textDarkGray,
|
|
|
),
|
|
|
-
|
|
|
],
|
|
|
),
|
|
|
],
|