Skip to content

Commit

Permalink
Fix RepositoryUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
ScarletKuro committed Sep 19, 2024
1 parent 49f1a1f commit 5bce662
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion src/MudBlazor.ThemeManager/Extensions/Extension.cs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ public static MudTheme DeepClone(this MudTheme source)
Array.Copy(baseTypography.FontFamily, fontFamilyCloned, baseTypography.FontFamily.Length);
}


var fontWeightCloned = baseTypography.FontWeight;
var fontSizeCloned = baseTypography.FontSize;
var lineHeightCloned = baseTypography.LineHeight;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

namespace MudBlazor.ThemeManager.Extensions;


//[JsonSerializable(typeof(MudTheme))] TODO: Needs this to be done https://github.com/MudBlazor/MudBlazor/pull/9434 rest can be removed after
[JsonSerializable(typeof(Shadow))]
[JsonSerializable(typeof(LayoutProperties))]
Expand Down
2 changes: 1 addition & 1 deletion src/MudBlazor.ThemeManager/MudBlazor.ThemeManager.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<Description>ThemeManager component for MudBlazor to design, test or do live changes to Mudblazor themes.</Description>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageProjectUrl>https://mudblazor.com/</PackageProjectUrl>
<RepositoryUrl>https://github.com/Garderoben/MudBlazor</RepositoryUrl>
<RepositoryUrl>https://github.com/MudBlazor/ThemeManager</RepositoryUrl>
<PackageTags>Blazor, MudBlazor, Material, Material Design, Components, Blazor Components, Blazor Library</PackageTags>
<RepositoryType>git</RepositoryType>
<PackageIcon>Nuget.png</PackageIcon>
Expand Down

0 comments on commit 5bce662

Please sign in to comment.