6
This commit is contained in:
@@ -164,7 +164,7 @@
|
||||
[_confirmButton setTitleColor:[UIColor whiteColor] forState:UIControlStateNormal];
|
||||
_confirmButton.titleLabel.font = [KBFont medium:16];
|
||||
_confirmButton.backgroundColor = [UIColor colorWithHex:KBColorValue];
|
||||
_confirmButton.layer.cornerRadius = 28.0;
|
||||
_confirmButton.layer.cornerRadius = 11.0;
|
||||
_confirmButton.layer.masksToBounds = YES;
|
||||
[_confirmButton addTarget:self action:@selector(onTapConfirm)
|
||||
forControlEvents:UIControlEventTouchUpInside];
|
||||
|
||||
Reference in New Issue
Block a user