mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-05-17 01:15:55 +00:00
paddings
This commit is contained in:
+3
-2
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user