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 Álison Fernandes
parent 404ba6e2f0
commit b6c9964b6c

View file

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