-
-
Notifications
You must be signed in to change notification settings - Fork 209
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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?
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.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working