PM-18370: Update space between label and tooltip (#4744)

This commit is contained in:
David Perez
2025-02-18 15:03:26 -06:00
committed by GitHub
parent 063003b4aa
commit 87f64d7aba

View File

@@ -308,7 +308,7 @@ fun BitwardenTextField(
targetValue = targetSize,
label = "${it.contentDescription}_animation",
)
Spacer(modifier = Modifier.width(16.dp))
Spacer(modifier = Modifier.width(width = 8.dp))
BitwardenStandardIconButton(
vectorIconRes = R.drawable.ic_question_circle_small,
contentDescription = it.contentDescription,