fix : change clipboardTask icon size

This commit is contained in:
2025-07-14 09:19:43 +03:30
parent 24364da0b9
commit 6567f5561b

View File

@@ -50,7 +50,7 @@ class BuyInProvinceWaitingPage extends GetView<BuyInProvinceWaitingLogic> {
return AnimatedFab(
onPressed: () {},
message: 'تایید یکجا',
icon: Assets.vec.clipboardTaskSvg.svg(),
icon: Assets.vec.clipboardTaskSvg.svg(width: 45.w, height: 42.h),
backgroundColor: controller.bgConfirmAllColor.value,
);
} else {