fix : ui changes pre release

This commit is contained in:
2025-07-20 15:34:13 +03:30
parent cb264c3234
commit e27da8da69
6 changed files with 113 additions and 100 deletions

View File

@@ -78,7 +78,9 @@ class SalesInProvincePage extends GetView<SalesInProvinceLogic> {
addOrEditBottomSheet(),
isScrollControlled: true,
backgroundColor: Colors.transparent,
);
).whenComplete(() {
controller.clearForm();
});
},
),
@@ -326,7 +328,9 @@ class SalesInProvincePage extends GetView<SalesInProvinceLogic> {
addOrEditBottomSheet(true),
isScrollControlled: true,
backgroundColor: Colors.transparent,
);
).whenComplete(() {
controller.clearForm();
});
},
textStyle: AppFonts.yekan20.copyWith(color: Colors.white),
backgroundColor: AppColor.greenNormal,