fix : out of the province

This commit is contained in:
2025-06-16 09:11:31 +03:30
parent 369403ef61
commit ee489ecb84

View File

@@ -160,7 +160,7 @@ class SalesOutOfProvincePage extends GetView<SalesOutOfProvinceLogic> {
Container _typeOuterInfoCard({required String title, required String iconPath, required Color foregroundColor}) {
return Container(
height: (Get.width - 24) / 2,
height: 180,
decoration: BoxDecoration(
color: Colors.white,
borderRadius: BorderRadius.circular(8),