fix : change clipboardTask icon size
This commit is contained in:
@@ -50,7 +50,7 @@ class BuyInProvinceWaitingPage extends GetView<BuyInProvinceWaitingLogic> {
|
|||||||
return AnimatedFab(
|
return AnimatedFab(
|
||||||
onPressed: () {},
|
onPressed: () {},
|
||||||
message: 'تایید یکجا',
|
message: 'تایید یکجا',
|
||||||
icon: Assets.vec.clipboardTaskSvg.svg(),
|
icon: Assets.vec.clipboardTaskSvg.svg(width: 45.w, height: 42.h),
|
||||||
backgroundColor: controller.bgConfirmAllColor.value,
|
backgroundColor: controller.bgConfirmAllColor.value,
|
||||||
);
|
);
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user