i am getting error line number 55 could help me w...
# compose
n
i am getting error line number 55 could help me why i am getting error ? however i am using import androidx.compose.material3.TextFieldDefaults
c
n
I am not searching explore code . i should fix my bug . thank you for your time
how i will use
TextFieldDefaults.outlinedTextFieldColors  in materil3 library
c
you cannot.
s
Ask your Cursor/LLM/whatever to generate proper Material 3 TextField code 🙂
👍 1
🤣 8
n
let me check
done
m
what's wrong with:
Copy code
OutlinedTextFieldDefaults.colors(
   focusedTextColor = Color.Black.
   ...
)
as far as i can see, there is no "outlinedTextFieldColors" function in the TextFieldDefaults object.