smaller profile name

This commit is contained in:
Diogo
2024-09-04 15:14:14 +01:00
parent 3968ed2753
commit 1adb9ffe79
@@ -243,7 +243,7 @@ private fun UsersLayout(
}
Text(
currentUser.displayName,
style = MaterialTheme.typography.h3,
style = MaterialTheme.typography.body1,
fontWeight = FontWeight.Bold,
color = mainColor,
maxLines = 1,