|
|
|
@ -336,7 +336,7 @@ class _LabAiAnalysisDetailedPageState extends State<LabAiAnalysisDetailedPage> {
|
|
|
|
if (priority == null) return AppColors.primaryRedColor;
|
|
|
|
if (priority == null) return AppColors.primaryRedColor;
|
|
|
|
switch (priority.toLowerCase()) {
|
|
|
|
switch (priority.toLowerCase()) {
|
|
|
|
case 'high':
|
|
|
|
case 'high':
|
|
|
|
return Color(0xFFED1C2B).withOpacity(.10);
|
|
|
|
return AppColors.secondaryLightRedColor;
|
|
|
|
case 'medium' || 'moderate':
|
|
|
|
case 'medium' || 'moderate':
|
|
|
|
return AppColors.lightGreenButtonColor;
|
|
|
|
return AppColors.lightGreenButtonColor;
|
|
|
|
case 'low':
|
|
|
|
case 'low':
|
|
|
|
|