This commit is contained in:
Kevin G Christiano 2020-04-06 14:32:55 -04:00
parent 9f07e15578
commit 7a221da7ba

View File

@ -117,7 +117,7 @@ NSString * const MFAccTopAlertClosed = @"Top alert notification is closed.";
if ([type isEqualToString:ValueTypeError]) { if ([type isEqualToString:ValueTypeError]) {
return [UIColor mvmOrange]; return [UIColor mvmOrange];
} else { } else {
return [UIColor mfShamrock]; return [UIColor mvmGreen];
} }
} }