This commit is contained in:
xuncha
2026-01-27 19:48:34 +08:00
parent d63f1e0d79
commit 2a45cf1276
2 changed files with 28 additions and 45 deletions

View File

@@ -230,7 +230,6 @@ function ContactsPage() {
checked={contactTypes.friends}
onChange={e => setContactTypes({ ...contactTypes, friends: e.target.checked })}
/>
<div className="custom-checkbox"></div>
<User size={16} />
<span></span>
</label>
@@ -240,7 +239,6 @@ function ContactsPage() {
checked={contactTypes.groups}
onChange={e => setContactTypes({ ...contactTypes, groups: e.target.checked })}
/>
<div className="custom-checkbox"></div>
<Users size={16} />
<span></span>
</label>
@@ -250,7 +248,6 @@ function ContactsPage() {
checked={contactTypes.officials}
onChange={e => setContactTypes({ ...contactTypes, officials: e.target.checked })}
/>
<div className="custom-checkbox"></div>
<MessageSquare size={16} />
<span></span>
</label>