Skip to content

Commit de4fc84

Browse files
committed
NR fix background color on Windows
1 parent c2f5eb6 commit de4fc84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NewsReader/NewsReader.Presentation/Views/ShellView.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
</FlyoutPage.Flyout>
116116

117117
<FlyoutPage.Detail>
118-
<NavigationPage x:Name="navigationPage" BarBackgroundColor="{StaticResource Gray200}" BarTextColor="{StaticResource Gray900}">
118+
<NavigationPage x:Name="navigationPage" BarBackgroundColor="{StaticResource Gray200}" BarTextColor="{StaticResource Gray900}" Background="White">
119119
<x:Arguments>
120120
<ContentPage/>
121121
</x:Arguments>

0 commit comments

Comments
 (0)