My notification content extension is ignoring UIUserInterfaceStyle

In my notification content extension info.plist I am setting UIUserInterfaceStyle to `Light` however this is not being honored in this view. When I expand my notifications I still see them in dark mode. I've also tried setting `overrideUserInterfaceStyle` to `.light` for both the `UIViewController (in the notification extension) and the underlying `UIView`, however this does not appear to be working for me either.


Has anyone seen this issue? Is this supposed to work?