From f8a24d22afd55964463bc3df651ced28d5285fcd Mon Sep 17 00:00:00 2001 From: Rahul Patel Date: Sat, 6 Jun 2026 23:04:36 +0530 Subject: [PATCH] style(updates): make the accordion account divider full-width Drop the horizontal inset so the divider between accounts in the update accordion spans edge to edge. --- .../com/aurora/store/compose/ui/sheets/AppUpdateSheet.kt | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/app/src/main/java/com/aurora/store/compose/ui/sheets/AppUpdateSheet.kt b/app/src/main/java/com/aurora/store/compose/ui/sheets/AppUpdateSheet.kt index 41df3c96f..8a6060fc1 100644 --- a/app/src/main/java/com/aurora/store/compose/ui/sheets/AppUpdateSheet.kt +++ b/app/src/main/java/com/aurora/store/compose/ui/sheets/AppUpdateSheet.kt @@ -312,11 +312,7 @@ private fun AccountAccordion( ) { accounts.forEachIndexed { index, account -> if (index > 0) { - HorizontalDivider( - modifier = Modifier.padding( - horizontal = dimensionResource(R.dimen.spacing_large) - ) - ) + HorizontalDivider() } val suffix = if (account.isDefault) {