fixed your tenders dark colors and some logic changed

This commit is contained in:
amirrezaghabeli
2025-08-13 11:11:29 +03:30
parent d80ee195b5
commit 1f2dbb21da
8 changed files with 181 additions and 109 deletions
@@ -84,12 +84,16 @@ class TenderCard extends StatelessWidget {
statusIcon!,
width: 16.0.w(),
height: 16.0.h(),
colorFilter: ColorFilter.mode(
statusTextColor ?? AppColors.green30,
BlendMode.srcIn,
),
),
SizedBox(width: 4.0.w()),
Text(
status,
style: TextStyle(
color: statusTextColor ?? AppColors.gren30,
color: statusTextColor ?? AppColors.green30,
fontSize: 12.0.sp(),
fontWeight: FontWeight.w500,
),