Android Studio – Set Composable TextField's background color to white. Android Jetpack compose
I have an OutlinedTextField and I want it to have a white background but only the TextField. The thing is, when I add modifier = Modifier.background(color = AppWhite), not only the textField is white, but also what's surrounding it (see…