Skip to content

Commit

Permalink
Use internal modifier
Browse files Browse the repository at this point in the history
  • Loading branch information
dseverns-livefront committed Dec 23, 2024
1 parent 688dd3a commit 623459c
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 623459c

Please sign in to comment.