updates based on library update

This commit is contained in:
Iamlooker 2022-04-21 01:38:33 +05:30
parent 8c1cd82acc
commit e68a4a11a0

View File

@ -137,9 +137,7 @@ fun ExpandedSearchView(
modifier = Modifier modifier = Modifier
.weight(1f) .weight(1f)
.focusRequester(textFieldFocusRequester), .focusRequester(textFieldFocusRequester),
colors = TextFieldDefaults.textFieldColors( colors = TextFieldDefaults.textFieldColors(containerColor = Color.Transparent),
backgroundColor = Color.Transparent,
),
leadingIcon = { leadingIcon = {
Icon( Icon(
painter = painterResource(id = R.drawable.ic_search), painter = painterResource(id = R.drawable.ic_search),