@momo-kits/native-kits 0.89.33-beta.22 → 0.89.33-beta.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -130,7 +130,7 @@ fun InputSearch(
130
130
  ),
131
131
  keyboardOptions = inputSearchProps.keyboardOptions.copy(keyboardType = inputSearchProps.keyboardType),
132
132
  keyboardActions = inputSearchProps.keyboardActions,
133
- modifier = Modifier.height(36.dp).onFocusChanged {
133
+ modifier = inputSearchProps.modifier.height(36.dp).onFocusChanged {
134
134
  isFocused = it.isFocused
135
135
  if (it.isFocused) {
136
136
  inputSearchProps.onFocus()
@@ -142,7 +142,7 @@ fun InputSearch(
142
142
  decorationBox = { innerTextField ->
143
143
  Row(verticalAlignment = Alignment.CenterVertically) {
144
144
  Row(
145
- modifier = inputSearchProps.modifier.weight(
145
+ modifier = Modifier.weight(
146
146
  inputSearchProps.showButtonText.ifTrue(
147
147
  8f,
148
148
  1f
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@momo-kits/native-kits",
3
- "version": "0.89.33-beta.22",
3
+ "version": "0.89.33-beta.23",
4
4
  "private": false,
5
5
  "dependencies": {},
6
6
  "devDependencies": {},