This commit is contained in:
Kevin G Christiano 2019-09-03 16:09:55 -04:00
parent 9b336dc2ec
commit b32cbd8566

View File

@ -183,7 +183,7 @@ static const CGFloat VertialShadowOffset = 6;
button.translatesAutoresizingMaskIntoConstraints = NO;
UIImage *image = [[MVMCoreUIUtility imageNamed:@"closeXBlack"] imageWithRenderingMode:UIImageRenderingModeAlwaysTemplate];
[button setImage:image forState:UIControlStateNormal];
[button setTintColor:UIColor.blackColor];
[button setTintColor:[UIColor blackColor]];
//accessibility
button.accessibilityLabel = [MVMCoreUIUtility hardcodedStringWithKey:@"AccCloseButton"];