theapache64
02/05/2022, 8:41 AMColor.White
doesn’t work? but other colors like Color.Red
or Color.Blue
works! 🧵TextField
background color to white
TextField(
value = value,
onValueChange = onValueChange,
modifier = modifier.background(Color.White),
)
but it doesn’t work. Any idea ? 🤔 (other colors work though)Ayfri
02/05/2022, 2:58 PMtheapache64
02/05/2022, 2:59 PMZach Klippenstein (he/him) [MOD]
02/05/2022, 5:39 PMtheapache64
02/05/2022, 5:40 PM.background(Color.White)
doesn’t do anything.Zach Klippenstein (he/him) [MOD]
02/05/2022, 5:42 PMtheapache64
02/05/2022, 5:44 PMBasicTextField
.Zach Klippenstein (he/him) [MOD]
02/05/2022, 7:48 PMtheapache64
02/05/2022, 8:08 PMZach Klippenstein (he/him) [MOD]
02/05/2022, 9:19 PMtheapache64
02/05/2022, 9:21 PMZach Klippenstein (he/him) [MOD]
02/05/2022, 11:13 PMtheapache64
02/08/2022, 5:36 AM