Skip to content

Fix track accent color crash #9

@ay42

Description

@ay42

Crash when track is used in modal view

HTrack(value: value, view:
    Capsule().foregroundColor(.accentColor)
)

Workaround:

HTrack(value: value, view:
    Capsule().foregroundColor(.accentColor)
)
.accentColor(.accentColor)

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions