diff --git a/apps/multiplatform/common/src/commonMain/kotlin/chat/simplex/common/views/chatlist/UserPicker.kt b/apps/multiplatform/common/src/commonMain/kotlin/chat/simplex/common/views/chatlist/UserPicker.kt index ffb324b9b7..b8e3a51405 100644 --- a/apps/multiplatform/common/src/commonMain/kotlin/chat/simplex/common/views/chatlist/UserPicker.kt +++ b/apps/multiplatform/common/src/commonMain/kotlin/chat/simplex/common/views/chatlist/UserPicker.kt @@ -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,