feat: 修改登录页面的协议复选框颜色,提升视觉一致性;更新绑定邀请码页面的头部样式,增强用户体验
This commit is contained in:
@@ -336,8 +336,8 @@ function goToTerms(type: "service" | "privacy") {
|
||||
.agreement-checkbox {
|
||||
--size: 20px;
|
||||
--border-radius: 4px;
|
||||
--background-checked: #0052d9;
|
||||
--border-color-checked: #0052d9;
|
||||
--background-checked: #c41e3a;
|
||||
--border-color-checked: #c41e3a;
|
||||
margin: 0;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user