Skip to content

Commit 584e72d

Browse files
committed
Fixed acrylic sidebar
1 parent a2a3ee1 commit 584e72d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Files/ProHome.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
<VisualState x:Name="Compact"/>
8787
<VisualState x:Name="Expanded">
8888
<VisualState.Setters>
89-
<Setter Target="RootSplitView.PaneBackground" Value="{ThemeResource NavigationViewExpandedPaneBackground}"/>
89+
<Setter Target="RootSplitView.PaneBackground" Value="Transparent"/>
9090
</VisualState.Setters>
9191
</VisualState>
9292
<VisualState x:Name="Minimal"/>

0 commit comments

Comments
 (0)