Aligning with text to image change.

This commit is contained in:
Kevin G Christiano 2019-09-03 14:56:48 -04:00
parent b13400ab56
commit 255cde58e6

View File

@ -235,7 +235,7 @@
if (color) {
self.button.layer.borderColor = color.CGColor;
[self.button setTitleColor:color forState:UIControlStateNormal];
[self.closeButton setTitleColor:color forState:UIControlStateNormal];
[self.closeButton setTintColor:color];
}
}];
}