Skip to content

Commit

Permalink
Use Mica material
Browse files Browse the repository at this point in the history
  • Loading branch information
jwmsft committed Jul 14, 2021
1 parent c725a3b commit b3d02fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ContosoApp/AppShell.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
xmlns:muxc="using:Microsoft.UI.Xaml.Controls"
KeyDown="AppShell_KeyDown"
TabNavigation="Cycle"
mc:Ignorable="d">
mc:Ignorable="d"
muxc:BackdropMaterial.ApplyToRootOrPageBackground="True">

<Grid
x:Name="LayoutRoot"
Background="{ThemeResource ApplicationPageBackgroundThemeBrush}">
x:Name="LayoutRoot">

<muxc:NavigationView
x:Name="NavView"
Expand Down

0 comments on commit b3d02fc

Please sign in to comment.