Invite list: typography tweaks
This commit is contained in:
parent
9f26226edc
commit
e10b6ca9dd
1 changed files with 4 additions and 2 deletions
|
|
@ -116,7 +116,7 @@ internal fun DefaultInviteSummaryRow(
|
||||||
// Name
|
// Name
|
||||||
Text(
|
Text(
|
||||||
fontSize = 16.sp,
|
fontSize = 16.sp,
|
||||||
fontWeight = FontWeight.SemiBold,
|
fontWeight = FontWeight.Medium,
|
||||||
text = invite.roomName,
|
text = invite.roomName,
|
||||||
color = MaterialTheme.colorScheme.primary,
|
color = MaterialTheme.colorScheme.primary,
|
||||||
maxLines = 1,
|
maxLines = 1,
|
||||||
|
|
@ -192,7 +192,9 @@ private fun SenderRow(sender: InviteSender) {
|
||||||
append(text.drop(nameIndex + placeholder.length))
|
append(text.drop(nameIndex + placeholder.length))
|
||||||
},
|
},
|
||||||
color = MaterialTheme.colorScheme.secondary,
|
color = MaterialTheme.colorScheme.secondary,
|
||||||
modifier = Modifier.padding(top = 6.dp),
|
fontSize = 14.sp,
|
||||||
|
fontWeight = FontWeight.Normal,
|
||||||
|
modifier = Modifier.padding(top = 12.dp),
|
||||||
inlineContent = persistentMapOf(
|
inlineContent = persistentMapOf(
|
||||||
"avatar" to InlineTextContent(
|
"avatar" to InlineTextContent(
|
||||||
with(LocalDensity.current) {
|
with(LocalDensity.current) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue