From 93556ddb9cb0b29b3b307282ea48170a9186b30e Mon Sep 17 00:00:00 2001 From: CodeST <694468528@qq.com> Date: Wed, 3 Dec 2025 16:54:23 +0800 Subject: [PATCH] 6 --- keyBoard/Class/Login/VC/KBEmailLoginVC.m | 2 +- keyBoard/Class/Login/VC/KBForgetPwdNewPwdVC.m | 2 +- keyBoard/Class/Login/VC/KBForgetPwdVC.m | 2 +- keyBoard/Class/Login/VC/KBForgetVerPwdVC.m | 2 +- keyBoard/Class/Login/VC/KBRegistVerEmailVC.m | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/keyBoard/Class/Login/VC/KBEmailLoginVC.m b/keyBoard/Class/Login/VC/KBEmailLoginVC.m index f1c2fb5..d3af8a2 100644 --- a/keyBoard/Class/Login/VC/KBEmailLoginVC.m +++ b/keyBoard/Class/Login/VC/KBEmailLoginVC.m @@ -453,7 +453,7 @@ [_submitButton setTitleColor:[UIColor whiteColor] forState:UIControlStateNormal]; _submitButton.titleLabel.font = [KBFont medium:16]; _submitButton.backgroundColor = [UIColor colorWithHex:KBColorValue]; - _submitButton.layer.cornerRadius = 28.0; + _submitButton.layer.cornerRadius = 11.0; _submitButton.layer.masksToBounds = YES; [_submitButton addTarget:self action:@selector(onTapSubmit) diff --git a/keyBoard/Class/Login/VC/KBForgetPwdNewPwdVC.m b/keyBoard/Class/Login/VC/KBForgetPwdNewPwdVC.m index 8a4bc93..73500ed 100644 --- a/keyBoard/Class/Login/VC/KBForgetPwdNewPwdVC.m +++ b/keyBoard/Class/Login/VC/KBForgetPwdNewPwdVC.m @@ -243,7 +243,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]; diff --git a/keyBoard/Class/Login/VC/KBForgetPwdVC.m b/keyBoard/Class/Login/VC/KBForgetPwdVC.m index 7747a25..d76458d 100644 --- a/keyBoard/Class/Login/VC/KBForgetPwdVC.m +++ b/keyBoard/Class/Login/VC/KBForgetPwdVC.m @@ -142,7 +142,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]; diff --git a/keyBoard/Class/Login/VC/KBForgetVerPwdVC.m b/keyBoard/Class/Login/VC/KBForgetVerPwdVC.m index b1d1dde..be9003c 100644 --- a/keyBoard/Class/Login/VC/KBForgetVerPwdVC.m +++ b/keyBoard/Class/Login/VC/KBForgetVerPwdVC.m @@ -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]; diff --git a/keyBoard/Class/Login/VC/KBRegistVerEmailVC.m b/keyBoard/Class/Login/VC/KBRegistVerEmailVC.m index e747685..f315d1d 100644 --- a/keyBoard/Class/Login/VC/KBRegistVerEmailVC.m +++ b/keyBoard/Class/Login/VC/KBRegistVerEmailVC.m @@ -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];