I am using a Textfield control in my detail view.
However, the foregroundColor property is not applied to the default placeholder text that describes the name of the property (in this case "Title" is always shown in light gray)
Is there a way to change this?
Code Block TextField("Title", text: self.$newReminderTitle).font(.title)
However, the foregroundColor property is not applied to the default placeholder text that describes the name of the property (in this case "Title" is always shown in light gray)
Is there a way to change this?