Skip to content

Commit

Permalink
added another needed themeprovider
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsPilgaard committed Oct 19, 2023
1 parent 3f72164 commit 7ee0ce6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/web/Client/Shared/LandingPageLayout.razor
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
<TopBarProfileMenu />
</Authorized>
<NotAuthorized>
<MudIconButton Title="Log ind" Icon="@Icons.Material.Filled.Login" Href="auth/login" Variant="Variant.Outlined" Color="Color.Default" />
<ThemeProvider />
<MudIconButton Title="Log ind" Icon="@Icons.Material.Filled.Login" Href="auth/login" Variant="Variant.Outlined" Color="Color.Default"/>
</NotAuthorized>
</AuthorizeView>
</MudAppBar>
Expand Down

0 comments on commit 7ee0ce6

Please sign in to comment.