some changs on design

This commit is contained in:
amirrezaghabeli
2025-09-27 13:36:41 +03:30
parent 7e58a694ff
commit f3fe0bfd42
6 changed files with 128 additions and 91 deletions
+2 -2
View File
@@ -151,8 +151,8 @@ class MobileHomePage extends StatelessWidget {
iconPath: AssetsManager.thumbLike,
title: HomeStrings.likedTenders,
amount: homeViewModel.feedbackStats?.totalLikes.toString() ?? '0',
textColor: AppColors.grey80,
enableTap: true,
textColor: AppColors.grey50,
enableTap: (homeViewModel.feedbackStats?.totalLikes ?? 0) != 0,
onTap: () {
const LikedTendersRouteData().push(context).then((value) {
homeViewModel.init();