Fix incorrect trash icon being used on deleted comments counter

This commit is contained in:
Joehu 2021-03-22 19:32:17 -07:00
parent d612964ac8
commit 16b3f22caf

View File

@ -32,7 +32,7 @@ namespace osu.Game.Overlays.Comments
{ {
new SpriteIcon new SpriteIcon
{ {
Icon = FontAwesome.Solid.Trash, Icon = FontAwesome.Regular.TrashAlt,
Size = new Vector2(14), Size = new Vector2(14),
}, },
countText = new OsuSpriteText countText = new OsuSpriteText