Fix the Dynamic Type for controls like Menu and confirm dialog

One of my clients agreed to use SwiftUI for some views but they require a fixed font size.

Setting the Dynamic Type for a custom view works fine, but controls like Menu, Picker or even the confirmation dialog view, ignore the given Dynamic Type.

Any suggestion? (beside not using SwiftUI yet)

Thank you