Skip to content

Commit

Permalink
Use Uno Fluent Font-compatible glyph for Layouts
Browse files Browse the repository at this point in the history
  • Loading branch information
Arlodotexe committed Nov 27, 2023
1 parent dfcc990 commit 1e1745d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CommunityToolkit.App.Shared/Helpers/IconHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public static class IconHelper
IconElement? iconElement = null;
switch (category)
{
case ToolkitSampleCategory.Layouts: iconElement = new FontIcon() { Glyph = "\uF58C", FontFamily = new FontFamily("Segoe Fluent Icons") }; break;
case ToolkitSampleCategory.Layouts: iconElement = new FontIcon() { Glyph = "\uE138" }; break;
case ToolkitSampleCategory.Controls: iconElement = new FontIcon() { Glyph = "\ue73a" }; break;
case ToolkitSampleCategory.Animations: iconElement = new FontIcon() { Glyph = "\ue945" }; break;
case ToolkitSampleCategory.Extensions: iconElement = new FontIcon() { Glyph = "\ue95f" }; break;
Expand Down

0 comments on commit 1e1745d

Please sign in to comment.