Remove tender value chevron
continuous-integration/drone/push Build is passing

This commit is contained in:
AmirReza Jamali
2026-06-29 15:08:40 +03:30
parent 6cd8d7cc7f
commit 7b5b6b85f8
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -171,7 +171,7 @@ class DesktopHomePage extends StatelessWidget {
title: HomeStrings.tenderValue,
amount: '0',
textColor: AppColors.orange,
enableTap: true,
enableTap: false,
width: 178,
height: 148,
onTap: () {},
+1 -1
View File
@@ -149,7 +149,7 @@ class MobileHomePage extends StatelessWidget {
title: HomeStrings.tenderValue,
amount: '0',
textColor: AppColors.orange,
enableTap: true,
enableTap: false,
onTap: () {},
),
TenderCard(
+1 -1
View File
@@ -174,7 +174,7 @@ class TabletHomePage extends StatelessWidget {
title: HomeStrings.tenderValue,
amount: '0',
textColor: AppColors.orange,
enableTap: true,
enableTap: false,
width: double.infinity,
height: 148,
onTap: () {},