mirror of
https://github.com/bitwarden/android.git
synced 2025-02-22 16:49:13 +03:00
Update the text field to not use passed in modifier. (#4506)
This commit is contained in:
parent
688dd3a39b
commit
ae8db9256c
1 changed files with 1 additions and 1 deletions
|
@ -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 }
|
||||
|
|
Loading…
Add table
Reference in a new issue