mirror of
https://github.com/ppy/osu
synced 2024-12-28 18:02:53 +00:00
Fix some more wrong icon colours
This commit is contained in:
parent
2ba127b6fc
commit
6a9c30c47a
@ -62,12 +62,12 @@ namespace osu.Game.Overlays.Profile.Sections.Recent
|
||||
|
||||
case RecentActivityType.BeatmapsetUpdate:
|
||||
icon.Icon = FontAwesome.Solid.SyncAlt;
|
||||
icon.Colour = colours.Lime1;
|
||||
icon.Colour = colours.Green1;
|
||||
break;
|
||||
|
||||
case RecentActivityType.BeatmapsetUpload:
|
||||
icon.Icon = FontAwesome.Solid.ArrowUp;
|
||||
icon.Colour = colours.Yellow;
|
||||
icon.Colour = colours.Orange1;
|
||||
break;
|
||||
|
||||
case RecentActivityType.RankLost:
|
||||
|
Loading…
Reference in New Issue
Block a user