diff --git a/packages/core/lib/presentation/widget/empty_widget.dart b/packages/core/lib/presentation/widget/empty_widget.dart index c8b0ed6..a9d3ad4 100644 --- a/packages/core/lib/presentation/widget/empty_widget.dart +++ b/packages/core/lib/presentation/widget/empty_widget.dart @@ -11,8 +11,8 @@ class EmptyWidget extends StatelessWidget { crossAxisAlignment: CrossAxisAlignment.center, children: [ Row(), - Assets.anim.error.lottie(), - Text('داده ای یافت نشد', style: AppFonts.yekan20.copyWith(color: AppColor.textColor)), + Assets.images.placeHolder.image(width: 170.w,height: 170.h), + Text('داده ای یافت نشد!', style: AppFonts.yekan20.copyWith(color: AppColor.textColor)), ], ); }