diff --git a/libs/components/src/forms/complain/laporan/pick-image.tsx b/libs/components/src/forms/complain/laporan/pick-image.tsx index 457027b..60042c8 100644 --- a/libs/components/src/forms/complain/laporan/pick-image.tsx +++ b/libs/components/src/forms/complain/laporan/pick-image.tsx @@ -16,7 +16,7 @@ export const pickImage = async () => { try { const result = await Camera.getPhoto({ - quality: 75, + quality: 25, allowEditing: false, // resultType: CameraResultType.Uri, resultType: CameraResultType.Base64,