Colton Idle
08/02/2022, 5:41 PMText and instead am required to use CustomText and so I need to pass in the colors. I thought TextFieldDefaults.textFieldColors().labelColor() would work.
label = { CustomText(
text = labelText,
style = MyTextStyle.body,
TextFieldDefaults.textFieldColors().labelColor(),
)
},