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
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")