We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 688dd3a commit ae8db92Copy full SHA for ae8db92
app/src/main/java/com/x8bit/bitwarden/ui/platform/components/field/BitwardenTextField.kt
@@ -129,7 +129,7 @@ fun BitwardenTextField(
129
Box(modifier = modifier) {
130
OutlinedTextField(
131
colors = bitwardenTextFieldColors(),
132
- modifier = modifier
+ modifier = Modifier
133
.testTag(textFieldTestTag.orEmpty())
134
.onGloballyPositioned { widthPx = it.size.width }
135
.onFocusEvent { focusState -> hasFocused = focusState.hasFocus }
0 commit comments