Make icon search text field single line
This commit is contained in:
parent
77a68036b1
commit
0bc344342a
@ -170,7 +170,8 @@ fun CustomizeSearchableSheet(
|
|||||||
},
|
},
|
||||||
label = {
|
label = {
|
||||||
Text(stringResource(R.string.icon_picker_search_icon))
|
Text(stringResource(R.string.icon_picker_search_icon))
|
||||||
}
|
},
|
||||||
|
singleLine = true,
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user