Increase space between messages.
This commit is contained in:
committed by
Benoit Marty
parent
965e622032
commit
b2e0f2eb68
@@ -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))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user