service request status color improvement.

main_design2.0
Sikander Saleem 1 year ago
parent 2d553b56e0
commit 0170c6f5cb

@ -53,12 +53,14 @@ class AColors {
return AColors.statusBlue;
case 2:
return AColors.statusYellowLight;
case 3:
return AColors.statusGreenLight;
case 4:
return AColors.statusRedLight;
case 6:
return AColors.statusGreenLight;
case 5:
return AColors.orange;
return AColors.statusGreenLight;
case 8:
return AColors.statusGreenLight;
case 9:
@ -72,12 +74,14 @@ class AColors {
switch (id) {
case 2:
return AColors.statusYellow;
case 3:
return AColors.white;
case 4:
return AColors.deepRed;
case 6:
return AColors.green;
case 5:
return AColors.orange;
return AColors.white;
case 8:
return AColors.green;
case 9:

Loading…
Cancel
Save