Skip to content

Having issues with changing color of one of the words in the title #92

@DanielSmith1239

Description

@DanielSmith1239

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 working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions