This commit is contained in:
2025-12-03 16:54:23 +08:00
parent 681fced59d
commit 93556ddb9c
5 changed files with 5 additions and 5 deletions

View File

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