Color of UIMenu changed from light to dark in iOS 15

The color of the UIMenu in my application has changed from light to dark when I upgraded my device to iOS 15. Do I need to override a property or write other code in order to keep the color of the UIMenu consistent with other iOS versions?

Replies

optionsButton.overrideUserInterfaceStyle = .dark // or .light