Open xXNickznXx opened 3 years ago
I have set <ui:ThemeResources RequestedTheme="Dark" /> and also ui:ThemeManager.IsThemeAware="True" but is doesnt work, the NavigationViewItemHeader is still black.
<ui:ThemeResources RequestedTheme="Dark" />
ui:ThemeManager.IsThemeAware="True"
Do I have to do anything else?
This doesn't seem to happen in the sample app. Could you please provide a repro project?
I have set
<ui:ThemeResources RequestedTheme="Dark" />
and alsoui:ThemeManager.IsThemeAware="True"
but is doesnt work, the NavigationViewItemHeader is still black.Do I have to do anything else?