Browse Source

nip05: switch yellowcheck to graycheck

Changelog-Changed: Switch yellow nip05 check to gray
translations_damus-localizations-en-us-xcloc-localized-contents-en-us-xliff--master_es_419
William Casarin 2 years ago
parent
commit
4d358415bd
  1. 2
      damus/Views/ProfileName.swift

2
damus/Views/ProfileName.swift

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

Loading…
Cancel
Save