fix: add search to category picker

This commit is contained in:
Rafal Wisniewski
2026-05-06 10:49:23 +02:00
parent 6c067f64ce
commit f83bf62655

View File

@@ -23,7 +23,7 @@ fun SearchTextOutlined(
OutlinedTextField(
value = text,
onValueChange = onTextChange,
modifier = Modifier
modifier = modifier
.fillMaxWidth()
.focusRequester(focusRequester),
trailingIcon = {