fix : change clipboardTask icon size
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user