This commit is contained in:
2026-07-03 16:09:24 +07:00
parent 1f76f15b8a
commit f43f665e53

View File

@@ -344,11 +344,11 @@ fun ContactListItem(
size = 36.dp size = 36.dp
) )
}, },
supportingContent = { Text(text = pubkey.short()) }, supportingContent = { Text(pubkey.short()) },
content = { content = {
Text( Text(
text = profile?.name ?: "No name", text = profile?.name ?: "No name",
style = MaterialTheme.typography.titleMediumEmphasized, style = MaterialTheme.typography.titleMedium,
) )
} }
) )