Increase space between messages.
This commit is contained in:
parent
965e622032
commit
b2e0f2eb68
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.
|
// This is assuming that we are in a ColumnScope, but this is OK, for both Preview and real usage.
|
||||||
if (event.groupPosition.isNew()) {
|
if (event.groupPosition.isNew()) {
|
||||||
Spacer(modifier = modifier.height(8.dp))
|
Spacer(modifier = modifier.height(16.dp))
|
||||||
} else {
|
} else {
|
||||||
Spacer(modifier = modifier.height(2.dp))
|
Spacer(modifier = modifier.height(2.dp))
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue