mirror of
https://github.com/bitwarden/android.git
synced 2025-03-15 18:58:59 +03:00
Add divider between all account switcher items (#339)
This commit is contained in:
parent
404ba6e2f0
commit
b6c9964b6c
1 changed files with 0 additions and 2 deletions
|
@ -158,8 +158,6 @@ private fun AnimatedAccountSwitcher(
|
|||
.fillMaxWidth()
|
||||
.padding(horizontal = 16.dp),
|
||||
)
|
||||
}
|
||||
item {
|
||||
HorizontalDivider(
|
||||
thickness = 1.dp,
|
||||
color = MaterialTheme.colorScheme.outlineVariant,
|
||||
|
|
Loading…
Add table
Reference in a new issue