Skip to content

Commit 6fdc25c

Browse files
committed
build(deps): bump compose-multiplatform to 1.7.0-beta02
1 parent 8c7ef09 commit 6fdc25c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ android-targetSdk = "35"
66
androidGradlePlugin = "8.6.0"
77
androidx-activity-compose = "1.9.2"
88
androidx-window = "1.3.0"
9-
compose-plugin = "1.7.0-beta01"
9+
compose-plugin = "1.7.0-beta02"
1010
haze = "0.9.0-beta01"
1111
kotlin = "2.0.20"
1212

miuix/src/commonMain/kotlin/top/yukonga/miuix/kmp/MiuixSearchBar.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ fun MiuixInputField(
156156
},
157157
enabled = enabled,
158158
singleLine = true,
159+
textStyle = MiuixTheme.textStyles.main,
159160
cursorBrush = SolidColor(MiuixTheme.colorScheme.primary),
160161
keyboardOptions = KeyboardOptions(imeAction = ImeAction.Search),
161162
keyboardActions = KeyboardActions(onSearch = { onSearch(query) }),

0 commit comments

Comments
 (0)