mirror of
https://github.com/whyorean/AuroraStore.git
synced 2026-06-16 03:31:02 -04:00
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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user