diff --git a/apps/multiplatform/common/src/commonMain/kotlin/chat/simplex/common/views/chat/ChatView.kt b/apps/multiplatform/common/src/commonMain/kotlin/chat/simplex/common/views/chat/ChatView.kt index c360ab812f..626003866f 100644 --- a/apps/multiplatform/common/src/commonMain/kotlin/chat/simplex/common/views/chat/ChatView.kt +++ b/apps/multiplatform/common/src/commonMain/kotlin/chat/simplex/common/views/chat/ChatView.kt @@ -1878,14 +1878,15 @@ fun BoxScope.ChatItemsList( if (contextStr != null) { Row( verticalAlignment = Alignment.CenterVertically, - horizontalArrangement = Arrangement.spacedBy(DEFAULT_PADDING_HALF, Alignment.CenterHorizontally), + horizontalArrangement = Arrangement.spacedBy(8.dp, Alignment.CenterHorizontally), modifier = Modifier .padding(top = DEFAULT_PADDING) ) { Icon( painterResource(MR.images.ic_info), contentDescription = null, - tint = MaterialTheme.colors.secondary + tint = MaterialTheme.colors.secondary, + modifier = Modifier.size(18.dp) ) Text( contextStr,