Aligning with text to image change.
This commit is contained in:
parent
b13400ab56
commit
255cde58e6
@ -235,7 +235,7 @@
|
|||||||
if (color) {
|
if (color) {
|
||||||
self.button.layer.borderColor = color.CGColor;
|
self.button.layer.borderColor = color.CGColor;
|
||||||
[self.button setTitleColor:color forState:UIControlStateNormal];
|
[self.button setTitleColor:color forState:UIControlStateNormal];
|
||||||
[self.closeButton setTitleColor:color forState:UIControlStateNormal];
|
[self.closeButton setTintColor:color];
|
||||||
}
|
}
|
||||||
}];
|
}];
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user