diff --git a/lib/views/home/settings/profile/widgets/profile_photo.dart b/lib/views/home/settings/profile/widgets/profile_photo.dart index 400cfbf..00e1e01 100644 --- a/lib/views/home/settings/profile/widgets/profile_photo.dart +++ b/lib/views/home/settings/profile/widgets/profile_photo.dart @@ -149,7 +149,7 @@ class _ProfilePhotoState extends State { cancelButtonTitle: 'بازگشت', ), androidUiSettings: const AndroidUiSettings(toolbarTitle: 'برش تصویر'), - compressQuality: 70, + compressQuality: 30, ); if (file == null) return; }