Skip to content

Commit 605877f

Browse files
authored
Feature: Updated icons in Edit Tags menu (#12916)
1 parent a5d3844 commit 605877f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Files.App/UserControls/Menus/FileTagsContextMenu.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public FileTagsContextMenu(IEnumerable<ListedItem> selectedItems)
3535
};
3636
tagItem.Icon = new FontIcon()
3737
{
38-
Glyph = "\uEA3B",
38+
Glyph = "\uE8EC",
3939
Foreground = new SolidColorBrush(ColorHelpers.FromHex(tag.Color))
4040
};
4141
tagItem.Click += TagItem_Click;

0 commit comments

Comments
 (0)