mirror of
https://github.com/bitwarden/android.git
synced 2025-03-04 13:35:59 +03:00
Fix vault favorites spacing (#4665)
This commit is contained in:
parent
62d26491d5
commit
38c9d6cfbc
1 changed files with 2 additions and 0 deletions
|
@ -118,6 +118,8 @@ fun VaultContent(
|
|||
.testTag("CipherCell")
|
||||
.standardHorizontalMargin(),
|
||||
)
|
||||
}
|
||||
item {
|
||||
Spacer(modifier = Modifier.height(height = 16.dp))
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue