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:
Pfeil, Scott Robert 2020-05-21 14:43:28 -04:00
commit 7ce534de10

View File

@ -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];
}