You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try setting the color of a single word in the title, it doesn't seem to apply the color.
What are the steps to reproduce?
private static let title = WhatsNew.Title(text: .init("What's New in "
+ AttributedString(
"MyApp",
attributes: .init([.foregroundColor: Color.green])
)))
What is the expected behavior?
MyApp should be green, but it stays black.
The text was updated successfully, but these errors were encountered:
What happened?
When I try setting the color of a single word in the title, it doesn't seem to apply the color.
What are the steps to reproduce?
What is the expected behavior?
MyApp
should be green, but it stays black.The text was updated successfully, but these errors were encountered: