bug fixes

ui_ux_rollout_merge_notification_settings
WaseemAbbasi22 4 weeks ago
parent 2a20b92c33
commit 335a298843

@ -424,9 +424,9 @@ class AppColor {
switch (id) {
//low priority
case 2:
return greenStatusColor;
case 3:
return greenStatusTextColor;
case 3:
return blueStatusTextColor;
case 0:
return redStatusTextColor;
case 1:
@ -448,7 +448,7 @@ class AppColor {
case 1:
return redStatusColor;
case 3:
return greenStatusColor;
return blueStatusColor;
default:
return defaultStatusColor(context);
}

Loading…
Cancel
Save