mirror of
https://github.com/bitwarden/android.git
synced 2026-03-22 06:11:38 -05:00
PM-18370: Update space between label and tooltip (#4744)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user