File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
miuix/src/commonMain/kotlin/top/yukonga/miuix/kmp Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ android-targetSdk = "35"
66androidGradlePlugin = " 8.6.0"
77androidx-activity-compose = " 1.9.2"
88androidx-window = " 1.3.0"
9- compose-plugin = " 1.7.0-beta01 "
9+ compose-plugin = " 1.7.0-beta02 "
1010haze = " 0.9.0-beta01"
1111kotlin = " 2.0.20"
1212
Original file line number Diff line number Diff 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) }),
You can’t perform that action at this time.
0 commit comments