Environment: • macOS 26.0 (25A354) • Xcode 26.0.1 (17A400)
Issue: Applying .tint(...) to a macOS Liquid Glass style Toggle does not change the background color when the toggle is in the on state.
Expected behavior: The .tint(...) modifier should apply the chosen color.
Actual behavior: The toggle remains system blue (accent color), regardless of the tint specified
Notes: I’m hearing that .tint() behaves normally on iOS, so this may be macOS-specific.