Add divider between all account switcher items (#339)

This commit is contained in:
Brian Yencho
2023-12-06 15:25:54 -06:00
committed by GitHub
parent fbf5fb7550
commit 82ee31336e

View File

@@ -158,8 +158,6 @@ private fun AnimatedAccountSwitcher(
.fillMaxWidth()
.padding(horizontal = 16.dp),
)
}
item {
HorizontalDivider(
thickness = 1.dp,
color = MaterialTheme.colorScheme.outlineVariant,