From 8fe4be3c0c6b1516407be430d519bd336ef73aa2 Mon Sep 17 00:00:00 2001 From: Diogo Date: Sat, 31 Aug 2024 08:43:01 +0100 Subject: [PATCH] h2 is too big --- .../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 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,