Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ysmoradi committed Aug 12, 2024
1 parent 2f4cd2e commit 015d657
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
xmlns:core="clr-namespace:Boilerplate.Client.Core;assembly=Boilerplate.Client.Core"
xmlns:themeColors="clr-namespace:Boilerplate.Client.Core.Styles;assembly=Boilerplate.Client.Core"
BackgroundColor="{AppThemeBinding Light={x:Static themeColors:ThemeColors.PrimaryLightBgColor},
Dark={x:Static themeColors:ThemeColors.PrimaryBgColorDark}}">
Dark={x:Static themeColors:ThemeColors.PrimaryDarkBgColor}}">
<b:BlazorWebView
x:Name="AppWebView"
BackgroundColor="{AppThemeBinding Light={x:Static themeColors:ThemeColors.PrimaryLightBgColor},
Dark={x:Static themeColors:ThemeColors.PrimaryBgColorDark}}"
Dark={x:Static themeColors:ThemeColors.PrimaryDarkBgColor}}"
HostPage="wwwroot/index.html">
<b:BlazorWebView.RootComponents>
<b:RootComponent ComponentType="{x:Type core:Routes}" Selector="#app-container" />
Expand Down

0 comments on commit 015d657

Please sign in to comment.