Skip to content

Commit

Permalink
NR fix background color on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
jbe2277 committed Dec 19, 2023
1 parent c2f5eb6 commit de4fc84
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
</FlyoutPage.Flyout>

<FlyoutPage.Detail>
<NavigationPage x:Name="navigationPage" BarBackgroundColor="{StaticResource Gray200}" BarTextColor="{StaticResource Gray900}">
<NavigationPage x:Name="navigationPage" BarBackgroundColor="{StaticResource Gray200}" BarTextColor="{StaticResource Gray900}" Background="White">
<x:Arguments>
<ContentPage/>
</x:Arguments>
Expand Down

0 comments on commit de4fc84

Please sign in to comment.