profile name as header

This commit is contained in:
Diogo
2024-08-31 08:41:07 +01:00
parent e609de18c5
commit 1e37e77157
@@ -160,12 +160,11 @@ private fun UsersLayout(
}
Text(
currentUser.displayName,
style = MaterialTheme.typography.caption,
style = MaterialTheme.typography.h2,
fontWeight = FontWeight.Bold,
color = mainColor,
maxLines = 1,
overflow = TextOverflow.Ellipsis,
fontSize = 16.sp * fontSizeMultiplier,
modifier = Modifier.padding(top = 12.dp, start = 4.dp)
)
}