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

@@ -147,7 +147,7 @@
[_nextButton setTitleColor:[UIColor whiteColor] forState:UIControlStateNormal];
_nextButton.titleLabel.font = [KBFont medium:16];
_nextButton.backgroundColor = [UIColor colorWithHex:KBColorValue];
_nextButton.layer.cornerRadius = 28.0;
_nextButton.layer.cornerRadius = 11.0;
_nextButton.layer.masksToBounds = YES;
[_nextButton addTarget:self action:@selector(onTapNext)
forControlEvents:UIControlEventTouchUpInside];