h2 is too big

This commit is contained in:
Diogo
2024-08-31 08:43:01 +01:00
parent 1e37e77157
commit 8fe4be3c0c
@@ -160,7 +160,7 @@ private fun UsersLayout(
}
Text(
currentUser.displayName,
style = MaterialTheme.typography.h2,
style = MaterialTheme.typography.h3,
fontWeight = FontWeight.Bold,
color = mainColor,
maxLines = 1,