Android Studio – textFieldColors() deprecated in Jetpack Compose Android
TextField(value = "", onValueChange = {}, leadingIcon = { Icon( Icons.Default.Search, contentDescription = "") }, placeholder = { Text(text = stringResource(id = R.string.placeholder_search)) }, colors = TextFieldDefualts.textFieldColors(), modifier = modifier .heightIn(min = 56.dp) .fillMaxWidth()) } And also it show error…