Reduce bottom padding for state event
This commit is contained in:
parent
76232746e1
commit
60332bf64a
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ fun TimelineItemStateEventRow(
|
||||||
Box(
|
Box(
|
||||||
modifier = Modifier
|
modifier = Modifier
|
||||||
.fillMaxWidth()
|
.fillMaxWidth()
|
||||||
.padding(vertical = 8.dp)
|
.padding(top = 8.dp, bottom = 2.dp)
|
||||||
.wrapContentHeight(),
|
.wrapContentHeight(),
|
||||||
contentAlignment = Alignment.Center
|
contentAlignment = Alignment.Center
|
||||||
) {
|
) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue