Textfield foregroundColor not changing

I am using a Textfield control in my detail view.

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?
Textfield foregroundColor not changing
 
 
Q