Skip to content

Commit

Permalink
Upgrade packages
Browse files Browse the repository at this point in the history
  • Loading branch information
codemonkey85 committed Dec 19, 2023
1 parent 0a61914 commit 2abdfcc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Pkmds.Web/Components/Layout/MainLayout.razor
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
OnClick="@DrawerToggle" />
PKMDS Save Editor
<MudSpacer />
<MudSwitch @bind-Checked="@isDarkMode"
<MudSwitch @bind-Value="@isDarkMode"
Color="@Color.Primary"
Label="@(isDarkMode ? "Dark" : "Light")" />
</MudAppBar>
Expand Down
2 changes: 1 addition & 1 deletion Pkmds.Web/Pkmds.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="MudBlazor" Version="6.11.1" />
<PackageReference Include="MudBlazor" Version="6.11.2" />
<PackageReference Include="PKHeX.Core" Version="23.10.12" />
<PackageReference Include="KristofferStrube.Blazor.FileSystemAccess" Version="3.2.2" />
</ItemGroup>
Expand Down

0 comments on commit 2abdfcc

Please sign in to comment.