Move update icon to background to avoid colour collission with progress spinner

This commit is contained in:
Dean Herbert
2022-09-12 14:58:46 +09:00
parent 2b79e6b2de
commit 60b0b909a5
2 changed files with 10 additions and 1 deletions

View File

@ -226,6 +226,7 @@ namespace osu.Game.Overlays.Notifications
{
RelativeSizeAxes = Axes.Both,
Colour = colourProvider.Background5,
Depth = float.MaxValue,
},
loadingSpinner = new LoadingSpinner
{