From 60332bf64a747a1283e9fa61c1dc35167929acc2 Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Tue, 28 Nov 2023 15:00:38 +0100 Subject: [PATCH] Reduce bottom padding for state event --- .../impl/timeline/components/TimelineItemStateEventRow.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/messages/impl/src/main/kotlin/io/element/android/features/messages/impl/timeline/components/TimelineItemStateEventRow.kt b/features/messages/impl/src/main/kotlin/io/element/android/features/messages/impl/timeline/components/TimelineItemStateEventRow.kt index ac3d4607a4..fbf39125b3 100644 --- a/features/messages/impl/src/main/kotlin/io/element/android/features/messages/impl/timeline/components/TimelineItemStateEventRow.kt +++ b/features/messages/impl/src/main/kotlin/io/element/android/features/messages/impl/timeline/components/TimelineItemStateEventRow.kt @@ -65,7 +65,7 @@ fun TimelineItemStateEventRow( Box( modifier = Modifier .fillMaxWidth() - .padding(vertical = 8.dp) + .padding(top = 8.dp, bottom = 2.dp) .wrapContentHeight(), contentAlignment = Alignment.Center ) {