From 1adb9ffe79be1da5efc915f22f6c0334b01e43a9 Mon Sep 17 00:00:00 2001 From: Diogo Date: Wed, 4 Sep 2024 15:14:14 +0100 Subject: [PATCH] smaller profile name --- .../kotlin/chat/simplex/common/views/chatlist/UserPicker.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,