refactor codes

This commit is contained in:
amirrezaghabeli
2025-08-12 12:16:33 +03:30
parent 68ba19d210
commit 36c3faa747
17 changed files with 619 additions and 671 deletions
@@ -39,13 +39,13 @@ class ApprovedTenders extends StatelessWidget {
t.status == 'Won'
? AppColors.gren0
: t.status == 'Completed'
? AppColors.white
? AppColors.grey0
: AppColors.red0.withValues(alpha: 0.2),
borderColor:
t.status == 'Won'
? AppColors.green10
: t.status == 'Completed'
? AppColors.cyanAqua
? AppColors.grey30
: AppColors.red0,
statusIcon:
t.status == 'Won'