Make tooltip lie less

This commit is contained in:
Julia 2023-02-20 13:55:25 -05:00
parent 1ed47663ef
commit e9464815e0

View file

@ -1335,7 +1335,7 @@ impl View for ContactList {
})
.with_tooltip::<AddContact, _>(
0,
"Add contact".into(),
"Search for new contact".into(),
None,
theme.tooltip.clone(),
cx,