From 3a7e310bd30b732da9d56f0f10936148aaf32312 Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Mon, 5 Jun 2023 14:20:56 +0100 Subject: [PATCH] Invites: increase vertical padding to 16dp --- .../features/invitelist/impl/components/InviteSummaryRow.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/invitelist/impl/src/main/kotlin/io/element/android/features/invitelist/impl/components/InviteSummaryRow.kt b/features/invitelist/impl/src/main/kotlin/io/element/android/features/invitelist/impl/components/InviteSummaryRow.kt index 7d1e7d9eb9..fde6ee929f 100644 --- a/features/invitelist/impl/src/main/kotlin/io/element/android/features/invitelist/impl/components/InviteSummaryRow.kt +++ b/features/invitelist/impl/src/main/kotlin/io/element/android/features/invitelist/impl/components/InviteSummaryRow.kt @@ -94,7 +94,7 @@ internal fun DefaultInviteSummaryRow( Row( modifier = Modifier .fillMaxWidth() - .padding(horizontal = 16.dp, vertical = 12.dp) + .padding(16.dp) .height(IntrinsicSize.Min), verticalAlignment = Alignment.Top ) {