Merge branch 'bugfix/top_alert_setter_button_color' into 'release/7_7_0'
add button border and text color change to actionhandler setter. See merge request BPHV_MIPS/mvm_core_ui!456
This commit is contained in:
commit
7ce534de10
@ -248,6 +248,8 @@
|
||||
|
||||
// Sets the color
|
||||
if (color) {
|
||||
self.button.layer.borderColor = color.CGColor;
|
||||
[self.button setTitleColor:color forState:UIControlStateNormal];
|
||||
[self.closeButton setTintColor:color];
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user