Код: Выделить всё
OutlinedTextField(
label = { Text("Label") },
colors =
OutlinedTextFieldDefaults.colors(
focusedLabelColor = Color.Blue,
focusedTextColor = Color.Red, // necessary for focusedLabelColor to have an effect
),
value = "",
onValueChange = {},
)
Подробнее здесь: https://stackoverflow.com/questions/793 ... edtextcolo
Мобильная версия