Loading core/ui/compose/designsystem/src/main/kotlin/app/k9mail/core/ui/compose/designsystem/molecule/input/TextInput.kt +2 −2 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ fun TextInput( keyboardOptions: KeyboardOptions = KeyboardOptions.Default, ) { InputLayout( modifier = modifier, modifier = Modifier, contentPadding = contentPadding, errorMessage = errorMessage, ) { Loading @@ -34,7 +34,7 @@ fun TextInput( isRequired = isRequired, hasError = errorMessage != null, isSingleLine = isSingleLine, modifier = Modifier.fillMaxWidth(), modifier = modifier.fillMaxWidth(), keyboardOptions = keyboardOptions, ) } Loading Loading
core/ui/compose/designsystem/src/main/kotlin/app/k9mail/core/ui/compose/designsystem/molecule/input/TextInput.kt +2 −2 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ fun TextInput( keyboardOptions: KeyboardOptions = KeyboardOptions.Default, ) { InputLayout( modifier = modifier, modifier = Modifier, contentPadding = contentPadding, errorMessage = errorMessage, ) { Loading @@ -34,7 +34,7 @@ fun TextInput( isRequired = isRequired, hasError = errorMessage != null, isSingleLine = isSingleLine, modifier = Modifier.fillMaxWidth(), modifier = modifier.fillMaxWidth(), keyboardOptions = keyboardOptions, ) } Loading