this is the solution I found out.
TextField("", text: $email, prompt: Text("Email").foregroundColor(Color.white))
.frame(height: 50)
.keyboardType(.emailAddress)
.foregroundColor(UIColor.flax)