some changes

This commit is contained in:
amirrezaghabeli
2025-09-25 11:18:40 +03:30
parent 1bb85af336
commit d6296e0b83
5 changed files with 124 additions and 107 deletions
+1 -1
View File
@@ -144,7 +144,7 @@ class TenderCard extends StatelessWidget {
),
),
Text(
timeConvertor(tender.tenderDeadline ?? 0),
timeConvertor(tender.submissionDeadline ?? 0),
style: TextStyle(
color: AppColors.grey80,
fontSize: 14.0.sp(),