Add spacer between type and name when creating a login cipher (#4579)

This commit is contained in:
David Perez
2025-01-17 09:06:54 -06:00
committed by GitHub
parent a0eadc282b
commit f9fc61ecf5

View File

@@ -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,