Skip to content

Commit cd82697

Browse files
authored
Fix properties navigation background (#1990)
* Override NavigationView background * Remove spaces * Use NavigationViewTopPaneBackground instead
1 parent c228cf2 commit cd82697

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Files/Views/Pages/Properties.xaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
mc:Ignorable="d">
1616

1717
<Page.Resources>
18-
<SolidColorBrush x:Key="NavigationViewExpandedPaneBackground" Color="Transparent" />
19-
<SolidColorBrush x:Key="NavigationViewDefaultPaneBackground" Color="Transparent" />
18+
<SolidColorBrush x:Key="NavigationViewTopPaneBackground" Color="Transparent" />
2019
</Page.Resources>
2120

2221
<Grid>

0 commit comments

Comments
 (0)