mirror of
https://github.com/bitwarden/android.git
synced 2026-03-21 22:00:42 -05:00
Update the text field to not use passed in modifier. (#4506)
This commit is contained in:
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user