Skip to content

Commit 7ee0ce6

Browse files
committed
added another needed themeprovider
1 parent 3f72164 commit 7ee0ce6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/web/Client/Shared/LandingPageLayout.razor

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
<TopBarProfileMenu />
2020
</Authorized>
2121
<NotAuthorized>
22-
<MudIconButton Title="Log ind" Icon="@Icons.Material.Filled.Login" Href="auth/login" Variant="Variant.Outlined" Color="Color.Default" />
22+
<ThemeProvider />
23+
<MudIconButton Title="Log ind" Icon="@Icons.Material.Filled.Login" Href="auth/login" Variant="Variant.Outlined" Color="Color.Default"/>
2324
</NotAuthorized>
2425
</AuthorizeView>
2526
</MudAppBar>

0 commit comments

Comments
 (0)