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.
This commit is contained in:
Rahul Patel
2026-06-06 23:04:36 +05:30
parent cb62cc0d64
commit f8a24d22af

View File

@@ -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) {