mirror of
https://github.com/bitwarden/android.git
synced 2026-03-12 05:04:17 -05:00
Add spacer between type and name when creating a login cipher (#4579)
This commit is contained in:
@@ -54,6 +54,7 @@ fun LazyListScope.vaultAddEditLoginItems(
|
||||
onTotpSetupClick: () -> Unit,
|
||||
) {
|
||||
item {
|
||||
Spacer(modifier = Modifier.height(height = 8.dp))
|
||||
BitwardenTextField(
|
||||
label = stringResource(id = R.string.name),
|
||||
value = commonState.name,
|
||||
|
||||
Reference in New Issue
Block a user