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 6c088b967e..676f255a18 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 @@ -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,