NavigationViewItem has a different default color on Desktop/Skia than WinAppSDK #16654
-
Current behaviorThe menu item texts are invisible Expected behaviorThe menu item texts should be visible How to reproduce it (as minimally and precisely as possible)Run this project Test.zip WorkaroundAdd Foreground="Black" to each menu item Works on UWP/WinUIYes EnvironmentNo response NuGet package version(s)5.2.108 Affected platformsSkia (WPF) IDENo response IDE versionNo response Relevant pluginsNo response Anything else we need to know?No response |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Beta Was this translation helpful? Give feedback.
-
Thanks for the report! The requested theme is not yet supported on elements in uno (#3302), which explains the difference in behavior you're seeing as Uno applies the app-level theme on the If you want to force the light theme, set the |
Beta Was this translation helpful? Give feedback.
Thanks for the report! The requested theme is not yet supported on elements in uno (#3302), which explains the difference in behavior you're seeing as Uno applies the app-level theme on the
NavigationView
.If you want to force the light theme, set the
RequestedTheme
property inApp.xaml
.