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

Loading…
Cancel
Save