Changing cursor in SwiftUI TextField

Is there an easy way to change the cursor in a SwiftUI TextField? The default cursor is very difficult for users to see. Thanks.

               .accentColor(.green)
Changing cursor in SwiftUI TextField
 
 
Q