1
0
Fork 0
mirror of https://github.com/bitwarden/android.git synced 2025-03-04 13:35:59 +03:00

Fix vault favorites spacing ()

This commit is contained in:
David Perez 2025-01-31 12:15:26 -06:00 committed by GitHub
parent 62d26491d5
commit 38c9d6cfbc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -118,6 +118,8 @@ fun VaultContent(
.testTag("CipherCell")
.standardHorizontalMargin(),
)
}
item {
Spacer(modifier = Modifier.height(height = 16.dp))
}
}