Skip to content

Commit

Permalink
Merge branch 'bitwarden:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
SymphonicDeviation authored Dec 24, 2024
2 parents 9293254 + ae8db92 commit 56c93ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ fun BitwardenTextField(
Box(modifier = modifier) {
OutlinedTextField(
colors = bitwardenTextFieldColors(),
modifier = modifier
modifier = Modifier
.testTag(textFieldTestTag.orEmpty())
.onGloballyPositioned { widthPx = it.size.width }
.onFocusEvent { focusState -> hasFocused = focusState.hasFocus }
Expand Down

0 comments on commit 56c93ec

Please sign in to comment.