fix : out of the province
This commit is contained in:
@@ -160,7 +160,7 @@ class SalesOutOfProvincePage extends GetView<SalesOutOfProvinceLogic> {
|
|||||||
|
|
||||||
Container _typeOuterInfoCard({required String title, required String iconPath, required Color foregroundColor}) {
|
Container _typeOuterInfoCard({required String title, required String iconPath, required Color foregroundColor}) {
|
||||||
return Container(
|
return Container(
|
||||||
height: (Get.width - 24) / 2,
|
height: 180,
|
||||||
decoration: BoxDecoration(
|
decoration: BoxDecoration(
|
||||||
color: Colors.white,
|
color: Colors.white,
|
||||||
borderRadius: BorderRadius.circular(8),
|
borderRadius: BorderRadius.circular(8),
|
||||||
|
|||||||
Reference in New Issue
Block a user