mirror of
https://github.com/bitwarden/android.git
synced 2026-03-12 05:04:17 -05:00
Fix vault favorites spacing (#4665)
This commit is contained in:
@@ -118,6 +118,8 @@ fun VaultContent(
|
||||
.testTag("CipherCell")
|
||||
.standardHorizontalMargin(),
|
||||
)
|
||||
}
|
||||
item {
|
||||
Spacer(modifier = Modifier.height(height = 16.dp))
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user