When running the following code in iOS15, the color of a URL or email address within the contents uses the accent color instead of the foreground color. How can I override that?
Text("Send a message to john@email.com to request support")
.foregroundColor(.blue)