TL;DR To make sure all child views inherit the tint/accent color, including those on modal windows, set the TintColor on the root window in SceneDelegate: //In SceneDelegate.swift let contentView = ContentView() // Use a UIHostingController as window root view controller.
You must be logged in to post a comment.