SyntaxFix
Write A Post
Hire A Developer
Questions
For people searching the equivalent in SwiftUI for Textfield this is accentColor:
Textfield
accentColor
TextField("Label", text: $self.textToBind).accentColor(Color.red)