1
0
mirror of git://jb55.com/damus synced 2024-09-20 03:57:06 +00:00

nip05: switch yellowcheck to graycheck

Changelog-Changed: Switch yellow nip05 check to gray
This commit is contained in:
William Casarin 2023-01-04 10:16:35 -08:00
parent 5ba5a68628
commit 4d358415bd

View File

@ -168,5 +168,5 @@ struct EventProfileName: View {
}
func get_nip05_color(pubkey: String, contacts: Contacts) -> Color {
return contacts.is_friend_or_self(pubkey) ? .accentColor : .yellow
return contacts.is_friend_or_self(pubkey) ? .accentColor : .gray
}