Increase space between messages.
This commit is contained in:
parent
af95f9a131
commit
322fcd1ef1
1 changed files with 1 additions and 1 deletions
|
|
@ -162,7 +162,7 @@ fun TimelineItemEventRow(
|
|||
}
|
||||
// This is assuming that we are in a ColumnScope, but this is OK, for both Preview and real usage.
|
||||
if (event.groupPosition.isNew()) {
|
||||
Spacer(modifier = modifier.height(8.dp))
|
||||
Spacer(modifier = modifier.height(16.dp))
|
||||
} else {
|
||||
Spacer(modifier = modifier.height(2.dp))
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue