[Manatoki] Search text fillMaxWidth
This commit is contained in:
@@ -677,7 +677,7 @@ class Manatoki(app: Application) : Source(), DIAware {
|
||||
modifier = Modifier
|
||||
.onFocusChanged {
|
||||
searchFocused = it.isFocused
|
||||
},
|
||||
}.fillMaxWidth(),
|
||||
onValueChange = { model.stx = it },
|
||||
placeholder = { Text("제목") },
|
||||
textStyle = MaterialTheme.typography.subtitle1,
|
||||
|
||||
Reference in New Issue
Block a user