fixed your tenders dark colors and some logic changed
This commit is contained in:
@@ -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,
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user