Make icon search text field single line

This commit is contained in:
MM20 2022-08-02 15:48:42 +02:00
parent 77a68036b1
commit 0bc344342a
No known key found for this signature in database
GPG Key ID: 0B61A8F2DEAFA389

View File

@ -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,
) )
} }