Increase space between messages.

This commit is contained in:
Benoit Marty 2023-06-22 17:12:02 +02:00 committed by Benoit Marty
parent 965e622032
commit b2e0f2eb68

View file

@ -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))
} }