mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-04-23 19:32:16 +00:00
updates based on library update
This commit is contained in:
parent
8c1cd82acc
commit
e68a4a11a0
@ -137,9 +137,7 @@ fun ExpandedSearchView(
|
||||
modifier = Modifier
|
||||
.weight(1f)
|
||||
.focusRequester(textFieldFocusRequester),
|
||||
colors = TextFieldDefaults.textFieldColors(
|
||||
backgroundColor = Color.Transparent,
|
||||
),
|
||||
colors = TextFieldDefaults.textFieldColors(containerColor = Color.Transparent),
|
||||
leadingIcon = {
|
||||
Icon(
|
||||
painter = painterResource(id = R.drawable.ic_search),
|
||||
|
Loading…
x
Reference in New Issue
Block a user