Setting UIView.tintColor disables desaturation when window resigns active.

When I set tintColor on a superview (UIView) all UIButtons that inherit this tintColor stop desaturating when window resigns being active.

How can I restore this behaviour?

macOS Big Sur RC + Mac Catalyst

Nick