Kinnara / ModernWpf

Modern styles and controls for your WPF applications
MIT License
4.51k stars 449 forks source link

[Bug] NavigationViewItemHeader not styled properly on dark theme #266

Open xXNickznXx opened 3 years ago

xXNickznXx commented 3 years ago

image

I have set <ui:ThemeResources RequestedTheme="Dark" /> and also ui:ThemeManager.IsThemeAware="True" but is doesnt work, the NavigationViewItemHeader is still black.

Do I have to do anything else?

Kinnara commented 3 years ago

This doesn't seem to happen in the sample app. Could you please provide a repro project?