Skip to content

Commit 10a7622

Browse files
Downgraded MudBlazor to 6.15.0 to avoid white button bug on mobile.
1 parent f568e74 commit 10a7622

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MudBlazorPages/MudBlazorPages.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<PackageReference Include="Blazored.LocalStorage" Version="4.5.0" />
1717
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.2" />
1818
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.0.2" PrivateAssets="all" />
19-
<PackageReference Include="MudBlazor" Version="6.16.0" />
19+
<PackageReference Include="MudBlazor" Version="6.15.0" />
2020
</ItemGroup>
2121

2222
</Project>

0 commit comments

Comments
 (0)