Match approval type-dependent icon appearance with web

This commit is contained in:
Bartłomiej Dach
2022-08-06 18:29:24 +02:00
parent f3ecd73e0b
commit f1e0dd2da3
2 changed files with 31 additions and 7 deletions

View File

@ -120,7 +120,7 @@ namespace osu.Game.Overlays.Profile.Sections.Recent
};
default:
return new RecentActivityIcon(activity.Type)
return new RecentActivityIcon(activity)
{
RelativeSizeAxes = Axes.X,
Height = 11,