feat: 修改登录页面的协议复选框颜色,提升视觉一致性;更新绑定邀请码页面的头部样式,增强用户体验

This commit is contained in:
2026-01-20 00:12:09 +07:00
parent 943ea9a263
commit 4fd3a691ee
2 changed files with 10 additions and 8 deletions

View File

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