Skip to content

Commit

Permalink
Remove reference to removed styling (dotnet#24199)
Browse files Browse the repository at this point in the history
  • Loading branch information
jfversluis authored Aug 13, 2024
1 parent c891e4f commit 25adb9b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Templates/src/templates/maui-blazor/MainPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
<ContentPage xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
xmlns:local="clr-namespace:MauiApp._1"
x:Class="MauiApp._1.MainPage"
BackgroundColor="{DynamicResource PageBackgroundColor}">
x:Class="MauiApp._1.MainPage">

<BlazorWebView x:Name="blazorWebView" HostPage="wwwroot/index.html">
<BlazorWebView.RootComponents>
Expand Down

0 comments on commit 25adb9b

Please sign in to comment.