Skip to content

SDK is changing the apps global tint color somehow #29

@BeauNouvelle

Description

@BeauNouvelle

I have the SDK imported into a purely SwiftUI project via SPM however upon launching the app it has changed my accentColor value.
I have it set via the asset catalogue to a purple color. But there seems to be an override somewhere in the code.

I've performed a search and was unable to find any UIApperance overrides or similar.

Anyone know where this is coming from?

I was able to re-override this by doing:
UIView.appearance().tintColor = UIColor(named: "AccentColor")

But I'd really rather not.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions