Skip to content

Commit

Permalink
fix: fixed brands icons
Browse files Browse the repository at this point in the history
  • Loading branch information
thelegendaryzubat committed Jan 17, 2022
1 parent 045be01 commit b066788
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ public MudTwitterBlockDescriptor(ILocalizationProvider<TwitterBlock> localizatio
{
}

public override RenderFragment Icon => builder => builder.AddIcon(Icons.Filled.Air);
public override RenderFragment Icon => builder => builder.AddIcon(Icons.Custom.Brands.Twitter);
}
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ public MudYoutubeBlockDescriptor(ILocalizationProvider<YoutubeBlock> localizatio
{
}

public override RenderFragment Icon => builder => builder.AddIcon(Icons.Filled.Bathtub);
public override RenderFragment Icon => builder => builder.AddIcon(Icons.Custom.Brands.YouTube);
}

0 comments on commit b066788

Please sign in to comment.