Skip to content

Commit

Permalink
build(deps): bump compose-multiplatform to 1.7.0-beta02
Browse files Browse the repository at this point in the history
  • Loading branch information
YuKongA committed Sep 13, 2024
1 parent 8c7ef09 commit 6fdc25c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ android-targetSdk = "35"
androidGradlePlugin = "8.6.0"
androidx-activity-compose = "1.9.2"
androidx-window = "1.3.0"
compose-plugin = "1.7.0-beta01"
compose-plugin = "1.7.0-beta02"
haze = "0.9.0-beta01"
kotlin = "2.0.20"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ fun MiuixInputField(
},
enabled = enabled,
singleLine = true,
textStyle = MiuixTheme.textStyles.main,
cursorBrush = SolidColor(MiuixTheme.colorScheme.primary),
keyboardOptions = KeyboardOptions(imeAction = ImeAction.Search),
keyboardActions = KeyboardActions(onSearch = { onSearch(query) }),
Expand Down

0 comments on commit 6fdc25c

Please sign in to comment.